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.
check twitter counter api also
Comments
Post a Comment