lacostabr / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

Invalid Token Request #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When I'm integrating your dll with my application the browser showing the 
following error. I'm using your dll for my new application and using my own key 
and secret and my redirect url is https://localhost/oauth2callback .I followed 
yoyur all steps which that you explained in the "Three steps to integrate 
SocialAuth.NET" article but its NOT WORKING so please guide me to over come the 
error

Original issue reported on code.google.com by alenjoy...@gmail.com on 14 Dec 2012 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago
And I'm only using google wrapper

Original comment by alenjoy...@gmail.com on 14 Dec 2012 at 12:21

GoogleCodeExporter commented 9 years ago
I fixed the Google issue by updating the web config with the following 
code<ScopeLevel="CUSTOM" AdditionalScopes="" /> now google is running perfectly 
but the same fix didnt work for others please help me..... 

Original comment by alenjoy...@gmail.com on 17 Dec 2012 at 5:38

GoogleCodeExporter commented 9 years ago
You must not use localhost for demo project. Setting scopeLevel to Custom and 
AdditionalScopes to "" would deprive you from getting many details about user 
like contacts and profile picture etc.

Deepak

Original comment by l...@3pillarglobal.com on 19 Dec 2012 at 6:45

GoogleCodeExporter commented 9 years ago
actually I'm not using your demo project 

Original comment by alenjoy...@gmail.com on 19 Dec 2012 at 6:50

GoogleCodeExporter commented 9 years ago
As per the screenshot, you're using localhost. For Google to provide you all 
data using SocialAuth, you should be using the same Url with consumer 
hey/secret as obtained from https://accounts.google.com/ManageDomains. Since 
SocialAuth still works in hybrid mode, it won't work if you're using ClientID 
obtained by registering application in Google Projects OAuth 2.0 account.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 29 Jan 2013 at 1:47

GoogleCodeExporter commented 9 years ago
By setting up scopeLevel to Custom and AdditionalScopes to "" is working fine 
but how to fetch contacts list ? It displays the zero contacts.

Dipak Patel

Original comment by stralte...@gmail.com on 14 Mar 2013 at 4:26

Attachments: