开发者

Requesting specific information from Twitter

I'm looking to pull the latest posts from a series of specific users. In order to reduce the request size and improve speed I want to request from Twitter ONLY a specific set of information, such as "screen_name", "id" and th开发者_StackOverflow中文版e text itself. At the moment it pulls a whole set of unnecessary data which I don't require.

Does the API allow you to structure specific requests in this manner?

Thanks.


Actually, seems that the twitter APIs doesn't allow you to select a specific set of informations from results. They allow you to limit the number of tweets result to return per page through the optional rpp parameter. So, you should parse the content fetched by twitter servers and pull out a whole set of informations you need. You could also use an intermediate server which is responsable to fetch the content and return you what do you need. Don't forgot the limits.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜