Skip to main content
March 6, 2013
Question

Display tweets in AIR for Android app. How ?

  • March 6, 2013
  • 1 reply
  • 926 views

Hello,

Can i display my tweets in flash using AS3 and How ?!

Regards,

This topic has been closed for replies.

1 reply

Inspiring
March 6, 2013

Load your tweets from either http://api.twitter.com/1/statuses/user_timeline.xml or http://search.twitter.com/search.json, parse result and display them. The latter is preferable because it doesn't have security restrictions but you will have to deal with JSON.

Here is the link for twitter API documentation:

https://dev.twitter.com/docs

March 8, 2013

Thanks Andrei1,

Ok, i have create widgets on Twitter and generate this code:

<a class="twitter-timeline" href="https://twitter.com/Q8School" data-widget-id="310111770192773120">Tweets by @Q8School</a>

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

but i really don't know how to embed the Tweets in flash using JSON....?!

March 11, 2013

any help...?!