You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of yesterday, I am not able to post anything to twitter. I can log in successfully, but every time I try to post a tweet it will fail. I printed the error response from twitter and it is as follows...
Could it be the case that you tried to tweet the same message twice? Twitter does not allow you to do so. In the pull request #27 I added debug info which prints a debug warning in this case. Also the error message is passed to the callback function as the second argument.
I'm encountering this issue as well... It works on Android, but not IOS. I've even tested this on with the demo app and it fails. The way it fails is as follows:
Not Authenticated
authenticate
tweet
fails with "Error Domain=ASIHTTPRequestErrorDomain Code=3 "Authentication needed" UserInfo=0x9947960 {NSLocalizedDescription=Authentication needed}";
HOWEVER, if i exit the app and reenter and the app starts already authenticated, tweeting poses no problems.
As of yesterday, I am not able to post anything to twitter. I can log in successfully, but every time I try to post a tweet it will fail. I printed the error response from twitter and it is as follows...
[INFO] {
}
The text was updated successfully, but these errors were encountered: