What's the best method for display a list of friends to a twitter
user? In most other oauth / social network apis - they usually return
an id as well as a name.

What's the best way to go about showing a list of friends without
getting killed by the api limit?

Right now I'm using /friends/ids.json. Then looping on it for /users/
show.json in order to get the screennames. This will kill the api
limit.

Any suggestions?

Reply via email to