API-错误202“您的凭据不允许访问此资源". [英] API - Error 202 "Your credentials do not allow access to this resource"

查看:178
本文介绍了API-错误202“您的凭据不允许访问此资源".的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用account/verify_credentialsstatuses/update API.我总是收到错误202 ,请查看以下返回的错误:

{错误":[{代码":220,消息":您的凭据不允许访问 此资源.}]}

解决方案

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

在这里看看: https://dev.twitter.com/docs/auth/application-only-auth

要能够成功为用户创建新状态,您需要一个特定的用户访问令牌.

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."}]}

解决方案

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.

这篇关于API-错误202“您的凭据不允许访问此资源".的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆