我的应用程序使用 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。