iPhone- Twitter API GET Users Followers/Following

Viewed 8975

I want to be able to use the Twitter API for ios 5 to get all of the user followers and following user name into a NSDictionary...

I've hit a road block though. I don't know how to use the Twitter API the do this... But my main problem is getting the user's username in the first place. How can I make an API request to find this users followers when I don't even know the users username?

Can someone give me an example on getting your Twitter users followers and following?

PS: I've already added the Twitter framework, and imported

3 Answers
Related