Skip to content

Authantication fails for id with live: #26

Description

@kunalsmehtagithub

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())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions