dinasaif / socialauth-android

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

Token Error (Could not connect using SocialAuth) #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello I'm trying to use Socialauth to share on Facebook Twitter and google plus 
from my android app , I used SDK 3.0 , for facebook it working fine but for 
twitter i get Token Error , You can see details on Log.txt and Her is the code 
that i use :

if (providerName.equalsIgnoreCase("twitter")) {

    String Status = "test tweeettttt ";
    SAadapter.updateStatus(Status , new MessageListener(), false);
    Log.e("log_tag", "Publish Provider " + providerName);

}

thanks

Original issue reported on code.google.com by hatim.ha...@gmail.com on 15 Jan 2014 at 4:42

Attachments:

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:45

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:20