Hi, im trying to get follower ids using user id and when I do that I
get the 401 Unauthorized

uri: /1/followers/ids.json?user_id={user_id}
Twitter::Unauthorized: (401): Unauthorized - This method requires
authentication.

It works fine if I do screenname
uri: /1/followers/ids.json?screen_name={screen_name}

If this is not possible, is there a way to get follower screen names
instead of follower_ids ? I would prefer not to have to burn extra api
calls switching between screen_name and user_id.

thanks
Joel

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to