Mrjndong / socialauth

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

Error while fetching Request Token for Yahoo #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi friends,

   I have a problem for fetching the yahoo contacts, my configurations are,

What is the expected output? What do you see instead?
It should redirect to the my application servlet

What version of the product are you using? On what operating system?
it is windows Xp operating system. using socialouth-sdk-2.3, jdk-1.6, ant-1.8

Please give me answer as soon as possible. i got the error as follows,
and also attached log file and properties file

[ OAuthConsumer.java:187:DEBUG] Error while fetching Request Token
[ JavaEventHandler.java:96 :ERROR] 
---- exception report ----------------------------------------------------------
Problems Processing Event
Exception: org.brickred.socialauth.exception.SocialAuthConfigurationException
Message: Application keys are not correct. The server running the application 
should be same that was registered to get the keys.
---- stack trace ---------------------------------------------------------------
org.brickred.socialauth.exception.SocialAuthConfigurationException: Application 
keys are not correct. The server running the application should be same that 
was registered to get the keys.

Original issue reported on code.google.com by envelopes.od on 19 Jul 2012 at 5:26

Attachments:

GoogleCodeExporter commented 8 years ago
One of the reason may be you haven't select scope.

while registering application on yahoo , you have to choose at least  the 
"Read" permission for "Yahoo! Profiles" as given in attach image.
For more information you can read the following spec:-
http://developer.yahoo.com/oauth/guide/oauth-scopes.html

you can choose the  scope while registering your application or later you can 
edit the scope and generate the new keys as well.

Please let me know, if this is not a valid case. 

Original comment by tar...@brickred.com on 16 Aug 2012 at 4:11

Attachments: