Flash actionscript 3.0: Air
Showing posts with label Air. Show all posts
Showing posts with label Air. Show all posts

Facebook Graph api example in AS3.0

1

Posted by Sankar.G | Posted in | Posted on 2:14 PM


In the below URL you can get Facebook wall post, fetching friends List from Facebook , fetching news from Facebook and publish stream , read stream and getting email address permission coding in Action script 3.0


And you can get the profile picture of log in user by using below file


I done this application using Adobe Air so i use Facebook Desktop API but there is no much different between Facebook Desktop API & Facebook web API, you can get the file in the below link ...


Facebook Graph api in as3.zip

Adobe Air Example with DB

0

Posted by Sankar.G | Posted in | Posted on 4:35 PM

Using Adobe Air we can create a application for the Desktops and mobile phones,Adobe air have in built database that is SQLLite
So we don't need external Database to store and retrieve the Data
so using the adobe air with SQLLite, i create a sample application to store the friends birthday date below link is use to you to get the code to create and select the sqllite Database with
adobe air 2.0

Birthday Reminder.zip