开发者

How do I parse JSON from a twitter search response

I am trying to write an application that display tweets in a geographic location on Android device using Android Java SDK.

My question i开发者_如何学编程s how do I create the search query in twitter.

Secondly once I have created the query how to I parse the JSON response?


Use a Java client library like JTwitter. JTwitter has a search() method you can call to conduct the search, and it does all the parsing for you. There are other client libraries as well (e.g., Twitter4J) if you don't like JTwitter for some reason.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜