mingwuda / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

Doesnt work on 3.2, tested on motorola xoom 3.2 #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.install any application signpost libraries specified below

Following application also throwing same error
 https://github.com/ddewaele/AndroidOAuthFlowSample application works fine on all versions except 3.2, tested on motorola xoom 3.2

error at src:
final String url =provider.retrieveRequestToken(consumer, 
Constants.OAUTH_CALLBACK_URL);

error:
oauth.signpost.exception.OAuthCommunicationException: Communication with the 
service provider failed: Service provider responded in error: 400 (Bad Request)

Library used.
signpost-commonshttp4-1.2.1.1.jar
signpost-core-1.2.1.1.jar

I have attached device details.

Original issue reported on code.google.com by vishalghadge on 21 Nov 2011 at 10:18

Attachments:

GoogleCodeExporter commented 8 years ago
I think, priority should be high..

Original comment by vishalghadge on 21 Nov 2011 at 10:19

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
please mark this invalid, incorrect device time was causing this issue..

Original comment by vishalghadge on 21 Nov 2011 at 12:17

GoogleCodeExporter commented 8 years ago

Original comment by m.kaepp...@gmail.com on 21 Nov 2011 at 12:40

GoogleCodeExporter commented 8 years ago
Try to put scope attribute to be set in the OAuth config file 

for example :   public static final String 
SCOPE="https://www.google.com/m8/feeds";

Original comment by voletisravan on 30 Apr 2012 at 1:14