【发布时间】:2016-10-13 22:06:24
【问题描述】:
我的应用程序使用 iOS 上的集成 Twitter API 从 Twitter REST API 接收数据。 /1.1/friends/list.json 和 /1.1/users/lookup.json 端点可在所有设备上完美运行,但 /1.1/users/search.json 端点会为一小部分用户提供凭据错误。
这是我从这些设备上的 SLRequest 收到的错误响应:
{
errors = (
{
code = 220;
message = "Your credentials do not allow access to this resource";
}
);
}
HTTP 状态码是 403。
【问题讨论】: