Skip to main content
Known Participant
June 19, 2012
Answered

Sending Tweets via Adobe AIR iOS Apps

  • June 19, 2012
  • 1 reply
  • 7285 views

Heya everyone.

Is there a way that I can implement a tweet function into an AIR iOS app? I'm currently developing it in Flash Professional Actionscript 3. I understand that there's a method of doing it in Flex, but I have no knowledge in that area.

Thanks .

This topic has been closed for replies.
Correct answer kglad

hmmmm... should I just give up with tweetr then? I thought tweetr was the best swc I could find since it bundles with a twitter.swc that deals with sending tweets instead of having to painstakingly type out your own code that creates the tweet call. I'm still a little unclear when you mentioned that I won't have to deal with cross-domain.xml problems since my app is on air mobile (iphone).


i used the tweetr source files for a web app.

for an installed app (like air for iOS), you shouldn't have cross-domain problems.  are you testing on an iDevice (you should be) or a simulator on a laptop (where you will have cross-domain issues)?

1 reply

esdebon
Inspiring
June 19, 2012

try using this libary

http://tweetr.swfjunkie.com/

Known Participant
June 20, 2012

thanks. I'll give it a shot.

June 20, 2012

Hi,

If you just want tweet function into an AIR IOS app, then you can use use the following link, only 3 line code. I have used it and it is working fine, the problem is that when you click on the twitter link browser will open and your application goes in pause mode in background, you have to resume it from the apps panel. If you're OK with it, then it will be nice link for you.

http://www.actionscript.org/resources/blogs/52/Facebook-and-Twitter-buttons-in-Flash-and-Flex.html

Regards,

Vipul