Twitter API application only mode authentication

后端 未结 2 657
温柔的废话
温柔的废话 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.

提交回复
热议问题