0

I need to tweet on twitter some specific message. I need to do that for iphone and andorid using as3. While searching, I got a solution to navigateToUrl (to url 'http://twitter.com/home?status=message') and post, its working but it remains to the account of the user. I searched some apis also but didnt find any useful way to sending a tweet from a as3 flash app. Can any one please help me??

4

2 に答える 2

2

これを行うには、oAuth でログインした後、URLRequests を使用して twitter API をヒットします。これを行うために利用できるライブラリもいくつかあります。

http://wiki.swfjunkie.com/tweetr

于 2012-04-16T13:02:35.170 に答える
0

ツイートを送信するには、JavaScript で ExternalInterface を使用できます。

こちらをご覧ください。 そしてここ。

于 2012-04-16T15:21:08.553 に答える