My app uses the integrated Twitter APIs on iOS to receive data from the Twitter REST API. The /1.1/friends/list.json
and /1.1/users/lookup.json
endpoints work perfectly on all devices, but the /1.1/users/search.json
endpoint gives a credentials error for a small group of users.
This is the error response which I receive from the SLRequest on these device:
{
errors = (
{
code = 220;
message = "Your credentials do not allow access to this resource";
}
);
}
The HTTP status code is 403.