I\'ve tried to integrate the STTwitter framework (Github project) for interacting with the Twitter API 1.1.
After I\'ve create an app in my dev account, I\'ve used the
This is because you didn't use the right STTwitterAPI
constructor.
Use [STTwitterAPI twitterAPIAppOnlyWithConsumerKey:consumerSecret:]
instead and your example will work fine.
I got the same problem. However it was caused by the Twitter account on the device not being setup properly - the password field was empty. After I've fixed that I could communicate with Twitter without a problem!