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

社会主义新天地 提交于 2020-01-19 16:22:26

问题


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

{"errors":[{"code":220,"message":"Your credentials do not allow access to this resource."}]}


回答1:


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.



来源:https://stackoverflow.com/questions/23195832/api-error-202-your-credentials-do-not-allow-access-to-this-resource

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!