How to get Twitter feeds from User and place them in List?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out the twittertimeline example on github, which shows how to do this using the Native Cascades API in C++ and QML:
http://blackberry.github.com/Cascades-Samples/twittertimeline.html (detailed walkthrough)
https://github.com/blackberry/Cascades-Samples/tree/master/twittertimeline (repository)
It shows exactly how to use the JSON api to retrieve the tweets of a user, load them into a datamodel and display them using either standard or custom list elements.
Note: It uses the older twitter 1.0 REST API.