-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
My authentication fails for the ids with live: in it. Any idea how to fix that?
HttpWebRequest MSNP24TokenRequest = parentSkype.mainFactory.createWebRequest_POST("https://api.skype.com/login/skypetoken", new string[][] { }, Encoding.ASCII.GetBytes(string.Format("scopes=client&clientVersion=0%2F7.4.85.102%2F259%2F&username={0}&passwordHash={1}", HttpUtility.UrlEncode(parentSkype.authInfo.Username.ToLower()), calculateHash(parentSkype.authInfo.Username.ToLower(), parentSkype.authInfo.Password).UrlEncode())), "");
string rawJSON = "";
using (HttpWebResponse webResponse = (HttpWebResponse)MSNP24TokenRequest.GetResponse())
Metadata
Metadata
Assignees
Labels
No labels