Skip to main content
August 1, 2011
Answered

API Help

  • August 1, 2011
  • 1 reply
  • 544 views

So i have a facebook api for example, how do i add that to actionscript for a IOS app?? please help..

Also whats better for example twitter; a RSS feed (i think thats what its called) or a API??

Thank for the help in advance

This topic has been closed for replies.
Correct answer Rangora

Look for AS3 libraries. Look in the doc of those libs to see if they are mobile safe. If they don't specify it, you will have to test it on a real iOS device to know if it's mobile safe. (if it's not, your app will crash when you use the library)

1 reply

Inspiring
August 2, 2011

You place the SWF in the build path of your project (as a library).

For the second question... It depends of your needs...

August 2, 2011

do you know where i can get api's from for mobile development?

RangoraCorrect answer
Inspiring
August 2, 2011

Look for AS3 libraries. Look in the doc of those libs to see if they are mobile safe. If they don't specify it, you will have to test it on a real iOS device to know if it's mobile safe. (if it's not, your app will crash when you use the library)