Skip to content

Commit

Permalink
SkypeWeb : Update URL to login to with Live (email address) accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Jan 6, 2016
1 parent 623f311 commit 0ecc333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skypeweb/skypeweb_login.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ skypeweb_login_got_t(PurpleUtilFetchUrlData *url_data, gpointer user_data, const
g_string_append(postdata, "redirect_uri=https%3A%2F%2Fweb.skype.com");

// post the t to https://login.skype.com/login/oauth?client_id=578134&redirect_uri=https%3A%2F%2Fweb.skype.com
request = g_strdup_printf("POST /login/oauth?client_id=578134&redirect_uri=https%%3A%%2F%%2Fweb.skype.com HTTP/1.0\r\n"
request = g_strdup_printf("POST /login/microsoft?client_id=578134&redirect_uri=https%%3A%%2F%%2Fweb.skype.com HTTP/1.0\r\n"
"Connection: close\r\n"
"Accept: */*\r\n"
"BehaviorOverride: redirectAs404\r\n"
Expand Down

0 comments on commit 0ecc333

Please sign in to comment.