Closed GoogleCodeExporter closed 8 years ago
In OAuth1_0Hybrid.DirectUserToServiceProvider():
queryParameters.Add("openid.ns.oauth",
"http://specs.openid.net/extensions/oauth/1.0");
queryParameters.Add("openid.oauth.consumer", this.provider.Consumerkey);
However, the following Google documentation:
https://developers.google.com/accounts/docs/OpenID
Says this:
openid.ns.ext2: (required) Indicates request for an OAuth token. (..)
openid.ext2.consumer: ..
openid.ext2.scope: ..
So it seems the OAuth token is never actually requested due to faulty request
parameters.
Original comment by fm0...@gmail.com
on 10 Jun 2013 at 2:48
If you notice there example on same page, they too are using openid.ns.oauth. I
believe, you've generated keys/secrets for OAuth2.0 while SocialAuth.NET
currently supports HybridOauth. We haven't faced issue so far.
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 12 Jun 2013 at 12:55
Original issue reported on code.google.com by
2Mitesh....@gmail.com
on 18 Feb 2013 at 11:46Attachments: