android - Get names of all friends from Twitter API -


i want names of friends in efficient way within api limit of twitter. know can use method:

ids ids = twitter.getfriendsids(cursor); 

but method gives ids , need iterate on list, not efficient @ , exceed api call limit.

refer this , this.. you.

check twitter counter api also


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -