dinasaif / socialauth-android

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

Sing In to Twitter no loger works #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use simple adapter.enable to login to twitter

What is the expected output? What do you see instead?

I was already using socialauth and had already set up the login and was able to 
post to facebook and twitter. But now started to no longer post on twitter, 
since the problem was  "invalid tolken" I executed a logout to refresh and now 
I not even able to login, mind this is only for twitter - facebook is fine. I 
even ininstalled the app to rest everything. But no luck.

this is the error:
org.brickred.socialauth.android.SocialAuthError: Unknown Error

This is the exception
org.brickred.socialauth.exception.SocialAuthException: Failed to retrieve the 
user profile from  
http://api.twitter.com/1.1/users/show.json?screen_name=MyUserName. Status :403

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

Please provide any additional information below.
On LogCat:
the exception follow this line
OAuth1: Verifying the authentication response from provider

Original issue reported on code.google.com by regisdum...@gmail.com on 17 Jan 2014 at 7:20

GoogleCodeExporter commented 8 years ago
Hi all,
My twitter sharing on my previous applications has also been stopped suddenly. 
I am facing same above error. Here is more details.

D/SocialAuth-WebView﹕ Override url: 
https://api.twitter.com/1.1/?oauth_token=1PUhLocnIaftKvgU6bTpdvgCzVAT7EkuXSzgDQr
ElX4&oauth_verifier=Tm8402CTjmt5JsD8Igw6jq55zd9jJ6koemfFk2ruyw
01-20 19:53:34.878  27884-32613/com.grouptravelvideos I/SocialAuthManager﹕ 
Connecting provider : twitter
01-20 19:53:34.878  27884-32613/com.grouptravelvideos I/TwitterImpl﹕ 
Verifying the authentication response from provider
01-20 19:53:34.878  27884-32613/com.grouptravelvideos I/OAuth1﹕ Verifying the 
authentication response from provider
01-20 19:53:37.778  27884-32613/com.grouptravelvideos W/System.err﹕ 
org.brickred.socialauth.exception.SocialAuthException: Failed to retrieve the 
user profile from  
http://api.twitter.com/1.1/users/show.json?screen_name=ayansharif. Status :403
01-20 19:53:37.778  27884-32613/com.grouptravelvideos W/System.err﹕ at 
org.brickred.socialauth.provider.TwitterImpl.getProfile(TwitterImpl.java:203)
01-20 19:53:37.778  27884-32613/com.grouptravelvideos W/System.err﹕ at 
org.brickred.socialauth.provider.TwitterImpl.doVerifyResponse(TwitterImpl.java:1
88)
01-20 19:53:37.783  27884-32613/com.grouptravelvideos W/System.err﹕ at 
org.brickred.socialauth.provider.TwitterImpl.verifyResponse(TwitterImpl.java:177
)
01-20 19:53:37.783  27884-32613/com.grouptravelvideos W/System.err﹕ at 
org.brickred.socialauth.SocialAuthManager.connect(SocialAuthManager.java:184)
01-20 19:53:37.783  27884-32613/com.grouptravelvideos W/System.err﹕ at 
org.brickred.socialauth.android.SocialAuthDialog$SocialAuthWebViewClient$1.run(S
ocialAuthDialog.java:249)
01-20 19:53:37.783  27884-32613/com.grouptravelvideos W/System.err﹕ at 
java.lang.Thread.run(Thread.java:864)
01-20 19:53:37.783  27884-32613/com.grouptravelvideos D/SocialAuthError﹕ 
org.brickred.socialauth.exception.SocialAuthException: Failed to retrieve the 
user profile from  
http://api.twitter.com/1.1/users/show.json?screen_name=ayansharif. Status :403
01-20 19:53:37.788  27884-32613/com.grouptravelvideos E/ShareButton﹕ 
Authentication Error: Unknown Error

Thanks.

Original comment by asifjava...@gmail.com on 20 Jan 2014 at 2:58

GoogleCodeExporter commented 8 years ago
Hi, we are releasing new version with twitter fix on monday

Original comment by vineet.a...@3pillarglobal.com on 23 Jan 2014 at 6:44

GoogleCodeExporter commented 8 years ago
Hi,

Sorry for delay. Since code.google.com is not allowing us to upload new jars we 
have now uploading new jar on sourforge.

Please download the new jar from following link :

https://sourceforge.net/projects/socialauth-android/

Original comment by vineet.a...@3pillarglobal.com on 30 Jan 2014 at 10:21