Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No tweets will post to twitter. Response from Twitter is "Authorization Needed". #26

Open
atljeremy opened this issue Nov 18, 2011 · 2 comments

Comments

@atljeremy
Copy link

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] {

error = "Error Domain=ASIHTTPRequestErrorDomain Code=3 \"Authentication needed\" UserInfo=0x9947960 {NSLocalizedDescription=Authentication needed}"; 

source = "[object TiNetworkClient]"; 

type = error; 

}

@markruys
Copy link

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.

@xeijix
Copy link

xeijix commented Jan 13, 2012

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.

I've tested this on SDK version 1.7.5 and 1.8.0.1

Please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants