Closed GoogleCodeExporter closed 9 years ago
Hi , Facebook and Twitter not allows duplicate post. It is considered spam.
Original comment by vineet.a...@3pillarglobal.com
on 17 Jun 2013 at 11:16
Hi, yes I know, I wanted to handle this event and show this to user in android.
That is why I needed a callback.
Original comment by Newaz...@gmail.com
on 17 Jun 2013 at 11:18
what status code are you getting in onexecute
Original comment by vineet.a...@3pillarglobal.com
on 17 Jun 2013 at 11:20
Hi,
In case of posting duplicate tweet, it is not entering neither into onexecute
nor onerror in response.
the trace is is:
06-17 13:23:39.969: I/TwitterImpl(29814): Loading plugins
06-17 13:23:39.969: I/TwitterImpl(29814): Loading plugin ::
org.brickred.socialauth.plugin.twitter.FeedPluginImpl
06-17 13:23:39.979: I/TwitterImpl(29814): Loading plugin ::
org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl
06-17 13:23:43.629: D/Twitter(29814): Authentication Successful
06-17 13:23:43.629: D/Twitter(29814): Provider Name = twitter
06-17 13:23:43.629: I/TwitterImpl(29814): Updatting status Mi piace Italian
Style - 我爱意大利时尚杂志. Scarica Italian Style anche tu -
你也可以下载意大利时尚杂志
https://play.google.com/store/apps/details?id=com.rcs.italianstyle.android
06-17 13:23:45.039: D/SocialAuthError(29814):
org.brickred.socialauth.exception.SocialAuthException: Failed to update status
on http://api.twitter.com/1.1/statuses/update.json?status= ......... Status :403
Original comment by Newaz...@gmail.com
on 17 Jun 2013 at 11:28
in case of exception , it will go into
dialogListener.onError(new SocialAuthError("Message Not Posted", e));
so you can result from responselistener on error.
alternatively you can can catch socialauthexception in your code
Original comment by vineet.a...@3pillarglobal.com
on 17 Jun 2013 at 11:34
Original issue reported on code.google.com by
Newaz...@gmail.com
on 17 Jun 2013 at 10:59