Twitter API application only mode authentication

后端 未结 2 653
温柔的废话
温柔的废话 2021-01-29 02:12

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

相关标签:
2条回答
  • 2021-01-29 02:39

    This is because you didn't use the right STTwitterAPI constructor.

    Use [STTwitterAPI twitterAPIAppOnlyWithConsumerKey:consumerSecret:] instead and your example will work fine.

    0 讨论(0)
  • 2021-01-29 02:40

    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!

    0 讨论(0)
提交回复
热议问题