I playing around with the Twitter API for my BlackBerry application. Is there any library through which I can access Twitter information? I want to pull feeds in my Twitter account.
I playing around with the Twitter API for my BlackBerry application. Is there any
Share
As Max said, We can request the JSON response for twitter feeds.
Parse the JSON response as per your requirement.
In my case it is working through the JSON response.