-1

Can someone recommend me a good example of Adobe air and REST API communication and authentication?. Googling this problem didn't help me.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Shanaka
  • 1,670
  • 3
  • 21
  • 42
  • http://fbflex.wordpress.com/2008/06/12/a-simple-actionscript-flex-rest-client/ this link also might help http://stackoverflow.com/questions/4483098/is-it-possible-to-do-lightweight-rest-calls-in-flex – Triode Mar 02 '12 at 06:45

1 Answers1

0

You should be able to import REST Web Services into your Air project as Action Script classes. If you are using Flash Builder, it should be fairly easy to invoke REST Services.

Example: http://www.javabeat.net/articles/print.php?article_id=253

Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106
  • thanks @CodeToGlory. Can't I use `URLLoader` and `URLRequest` and do a rest communication? – Shanaka Mar 02 '12 at 04:22
  • You can http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#includeExamplesSummary – Srikar Doddi Mar 02 '12 at 04:42