What is the best way to OAuth twitter without use of a proxy server or server-side script in a Flash As3 Web Application?

I have had some luck using jQuery to load a feed into flash using.

I have had some luck using jQuery to load a feed into flash using: JS var flashObj; $(document). Ready(function() { if (navigator.appName. IndexOf("Microsoft")!

= -1) { flashObj = window"adidasFlash"; } else { flashObj = document"adidasFlash"; } }); function loadTwitterFeed(screenName) { $. GetJSON("http://api.twitter.com/1/statuses/user_timeline.json?screen_name="+screenName+"&callback=?", function(data) { console. Log(data); flashObj.

TweetLoadComplete(data); }); } AS ExternalInterface. AddCallback("tweetLoadComplete", tweetLoadComplete); loadFeed("BarackObama"); function loadFeed(screenName:String):void { ExternalInterface. Call("loadTwitterFeed", screenName); } function tweetLoadComplete(obj:Object):void { for each (var o:Object in obj) { trace(o.

Text); } } Hope that helps.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send