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.
STTwitterAPI
Use [STTwitterAPI twitterAPIAppOnlyWithConsumerKey:consumerSecret:] instead and your example will work fine.
[STTwitterAPI twitterAPIAppOnlyWithConsumerKey:consumerSecret:]