API - Error 202 “Your credentials do not allow access to this resource”

前端 未结 1 1673
小蘑菇
小蘑菇 2020-12-11 18:50

I am trying to use account/verify_credentials and statuses/update API. I always get an error 202, please see error returned below:

相关标签:
1条回答
  • 2020-12-11 19:35

    Double check your code - it looks like, that you're calling the Twitter REST API with an application-token, instead of an user-token.

    Have a look here: https://dev.twitter.com/docs/auth/application-only-auth

    To be able to successfully creating a new status for an user, you need a specific user-access token.

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