c0debrain / socialauth

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

Twitter problem #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Twitter API stop working today ?

1.try this in URL https://api.twitter.com/1/users/show.json?screen_name=
2.{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please 
migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 
68}]}

What is the expected output? What do you see instead?
Not able to get user profile from twitter

What version of the product are you using? On what operating system?
4.3

Please provide any additional information below.

Caused by: org.brickred.socialauth.exception.SocialAuthException: Failed to 
retrieve the user profile from  
http://api.twitter.com/1/users/show.json?screen_name=XXXXXX. Staus :410
        at org.brickred.socialauth.provider.TwitterImpl.getProfile(TwitterImpl.java:184)
        at org.brickred.socialauth.provider.TwitterImpl.doVerifyResponse(TwitterImpl.java:169)
        at org.brickred.socialauth.provider.TwitterImpl.verifyResponse(TwitterImpl.java:158)
        at org.brickred.socialauth.SocialAuthManager.connect(SocialAuthManager.java:183)

Original issue reported on code.google.com by quanqiu....@gmail.com on 25 Oct 2013 at 3:04

GoogleCodeExporter commented 9 years ago
Sorry, problems seems to have been caused by putting old 4.0 jar file in path.
Problem is fixed in new 4.3 release.  

Original comment by quanqiu....@gmail.com on 25 Oct 2013 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by tarun.na...@3pillarglobal.com on 28 Oct 2013 at 4:26