Waterpumper / socialauth

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

Yammer auth is not working/not correct #385

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout the sample app
2. import project
3. update consumer properties in assets
4. run

What is the expected output? What do you see instead?
Getting the profile is not working
Other API calls are not working
Just getting the logs that file not found

Original issue reported on code.google.com by keepe...@gmail.com on 24 Mar 2015 at 10:58

GoogleCodeExporter commented 8 years ago

public void onError(SocialAuthError socialAuthError) 
Error log:
org.brickred.socialauth.exception.SocialAuthConfigurationException: Problem in 
getting Access Token. Application key or Secret key may be wrong.The server 
running the application should be same that was registered to get the keys.
Could not connect using SocialAuth
I've checked the keys again and both consumer_key and consumer_secret are right.

Original comment by keepe...@gmail.com on 25 Mar 2015 at 8:23