I am trying to find a way to use the twitter stream API in a Flex application, just like TweetDeck(air) does, does anyone know how I can implement this? I tried to search for libraries but unsuccessful 🙁
Thanks
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.
Have you researched the Twitter API?
http://apiwiki.twitter.com/w/page/22554648/FrontPage
http://apiwiki.twitter.com/w/page/22554679/Twitter-API-Documentation
You can use that information to write your own integration code between twitter and ActionScript / Flex.
There are some libraries out there if you google on Twitter ActionScript Libraries:
http://dev.twitter.com/pages/libraries#flash
Tweetr from that list is the one I’ve heard of before.
Also here is a Robotlegs tutorial that accesses twitter.