twitter stream api using Flex
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 :(
Tha开发者_JS百科nks
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.
精彩评论