biyyalakamal / socialauth-net

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

error Invalid Request Token received with new gmail account #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Configurate my app correctly and work normally
2.I create a new gmail account
3. I try to authenticate and retrive my contacts and punn error :

-------------------------------------------
Server Error in '/' Application.
Invalid Request Token received.
Provider returned:
Description: An unhandled exception occurred during the execution of the 
current web request. Please review the stack trace for more information about 
the error and where it originated in the code.

Exception Details: Brickred.SocialAuth.NET.Core.OAuthException: Invalid Request 
Token received.
Provider returned:

Source Error:

An unhandled exception was generated during the execution of the current web 
request. Information regarding the origin and location of the exception can be 
identified using the exception stack trace below.

Stack Trace:

[OAuthException: Invalid Request Token received.
Provider returned: ]
   Brickred.SocialAuth.NET.Core.OAuth1_0Hybrid.HandleRequestToken(QueryParameters responseCollection) +1346
   Brickred.SocialAuth.NET.Core.OAuth1_0Hybrid.LoginCallback(QueryParameters responseCollection, Action`1 AuthenticationCompletionHandler) +13
   Brickred.SocialAuth.NET.Core.Provider.LoginCallback(QueryParameters responseCollection, Action`1 AuthenticationHandler) +28
   Brickred.SocialAuth.NET.Core.BusinessObjects.SocialAuthUser.LoginCallback(String response) +281
   Brickred.SocialAuth.NET.Core.CallbackHandler.ProcessRequest(HttpContext context) +850
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

The version is: 2.3.0.0
IIS7
server 32bits
website in .net c#

Thnks a lot

Original issue reported on code.google.com by carlosan...@gmail.com on 20 Dec 2012 at 4:11

GoogleCodeExporter commented 8 years ago
Hi,

Are you using demo application with keys/secrets specified in it or your own 
application and keys? If you're using demo application, please ensure you run 
application as http://opwnsource.brickred.com and not localhost.

If this doesn't help you, please share screenshot of error with URL.

Deepak

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

GoogleCodeExporter commented 8 years ago
Is your problem resolved? If not, please provide details to facilitate further 
help.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 18 Feb 2013 at 5:30

GoogleCodeExporter commented 8 years ago
Hi
I'm using demo application with demo keys/secrets and I'm running application 
as http://opensource.brickred.com (not localhost).
Hotmail and Yahoo works fine.
But Google fails with an exception in SocialAuthUser.cs.
Exception message:
Invalid Request Token received.
Provider returned:

   at Brickred.SocialAuth.NET.Core.OAuth1_0Hybrid.HandleRequestToken(QueryParameters responseCollection) in e:\work\socialauth-net\Solution\Core\OAuthStrategy\OAuth1_0Hybrid.cs:line 159
   at Brickred.SocialAuth.NET.Core.OAuth1_0Hybrid.LoginCallback(QueryParameters responseCollection, Action`1 AuthenticationCompletionHandler) in e:\work\socialauth-net\Solution\Core\OAuthStrategy\OAuth1_0Hybrid.cs:line 89
   at Brickred.SocialAuth.NET.Core.Provider.LoginCallback(QueryParameters responseCollection, Action`1 AuthenticationHandler) in e:\work\socialauth-net\Solution\Core\Provider.cs:line 174
   at Brickred.SocialAuth.NET.Core.BusinessObjects.SocialAuthUser.LoginCallback(String response) in e:\work\socialauth-net\Solution\Core\BusinessObjects\SocialAuthUser.cs:line 595
   at Brickred.SocialAuth.NET.Core.CallbackHandler.ProcessRequest(HttpContext context) in e:\work\socialauth-net\Solution\Core\CallbackHandler.cs:line 76
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Original comment by serii...@gmail.com on 1 May 2013 at 10:28

GoogleCodeExporter commented 8 years ago
Hi,

I'm not able to replicate this with our keys/secrets in demo app. I'd 
appreciate if you could send a zip of the project which is failing at your end.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 1 Dec 2013 at 3:31

GoogleCodeExporter commented 8 years ago
Hi,
Google is not working even in the Demo provided by you in 
http://code.google.com/p/socialauth-net/

Original comment by agarwala...@gmail.com on 3 Dec 2013 at 5:09

Attachments: