display twitpic using actionscript 3

198 views Asked by At

I would like to find out if it is possible to display twitpic with specific hashtag in flash application. I have been searching online but none has actually provide similiar solution. Please give me some source as reference as I have been stuck for quite awhile. Thanks a lot.

1

There are 1 answers

1
Jonathan Dunlap On

You will need to use the twitter API to do a query on a hashtag search. Then use the twitter image domain to pull images for the user's screen name that's in the json result in the query.

URL address to pull images: http://img.tweetimag.es/i/UserName

Twitter API for searching (includes hashtags): https://dev.twitter.com/docs/using-search