1

I want to get names of all friends in efficient way within the API limit of Twitter. I know I can use this method:

IDs ids = twitter.getFriendsIDs(cursor);

But this method only gives the ids and I need to iterate on this list, which is not efficient at all and will exceed the API call limit.

4

2 回答 2

0

参考这个这个..它会帮助你。

也检查Twitter Counter API

于 2013-04-20T09:47:32.127 回答
0

您需要的是以下 API 调用之一:

你的 Twitter-API 客户端应该有这些方法。

于 2013-04-20T09:51:08.677 回答