Hello,
I’m trying the API version1.1 using TWRequest on iOS5.
Only if I call “GET users/lookup” API, received the following authenticate error.
<Send>
GET https://api.twitter.com/1.1/users/lookup.json?user_id=xxx,yyy,zzz&include_entities=true
<Receive>
errors = (
{
code = 32;
message = "Could not authenticate you";
}
);
But if I call other API, e.g. friendships/create, in the same way(use the same source code except URL), it worked correctly!!
How can I avoid this error? I have no idea how should I do.
Anyone else with same situation or investigate it?
Thanks in advance.