You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use follow options in stream function but twitter retuns 406 Not Acceptable Returned by the Search API when an invalid format is specified in the request.
I'm using 'follow' and it works just fine for me. You have to use the userId (the number) of the user, and not the username when specifying who to follow. This can be retrieved with a different API call, or from a site like http://mytwitterid.com/ if you just need a few predefined users.
UPDATE: OK, I see an answer stating the same thing has been posted on that StackOverflow qurestion - but might as well keep this here as well.
I try to use follow options in stream function but twitter retuns 406 Not Acceptable
Returned by the Search API when an invalid format is specified in the request.
MY USAGE:
__ A Related Question: __
http://stackoverflow.com/questions/15652361/can-not-use-follow-in-the-streaming-api-in-ntwitter-recieving-unspecified-er
The text was updated successfully, but these errors were encountered: