Waterpumper / socialauth

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

org.brickred.socialauth.exception.SocialAuthException: Unable to retrieve the access token. Status: 400 #349

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run the app in emulator
2.login page will open. click on g+ icon
3.the error "org.brickred.socialauth.exception.SocialAuthException: Unable to 
retrieve the access token. Status: 400" will appear in logcat.

What is the expected output? What do you see instead?
the expected output is the login page for google. but it does not appear.

What version of the product are you using? On what operating system?
socialauth-4.4.jar and socialauth-android-3.2.jar on windows 7.

Please provide any additional information below.
Facebook and twitter work fine only problem is with google.

Original issue reported on code.google.com by pan...@kurdshopping.com on 25 Jun 2014 at 7:35

Attachments:

GoogleCodeExporter commented 8 years ago
In oauth_consumer.properties file change
www.google.com.consumer_key = 
243410144013-sh9psnfe8pk5ocvkcpstsmv3urc0j2pa.apps.googleusercontent.com
www.google.com.consumer_secret = FYaF7HkLlkC054BVm25xGrJq
to

googleapis.com.consumer_key = 
243410144013-sh9psnfe8pk5ocvkcpstsmv3urc0j2pa.apps.googleusercontent.com
googleapis.com.consumer_secret = FYaF7HkLlkC054BVm25xGrJq

Original comment by tarunnag...@gmail.com on 31 Oct 2014 at 2:26