且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

API - 错误 202“您的凭据不允许访问此资源"

更新时间:2022-12-07 22:54:45

仔细检查您的代码 - 看起来您正在使用应用程序令牌而不是用户令牌调用 Twitter REST API.

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

>

看看这里: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.