facebook-actionscript-api

flash builder (flex 4): how can i add facebook-actionscript-api to my project

Hi. I'd like to write a program using the facebook-actionscript-api. The google code's website of facebook api shows that it provides .swc files for flex 3.4 or the sources. how can I add them to my Flash Builder project ? Do I need to compile the sources ? How can I use the swc file in my project ? any information regarding this sub...

flex 4 and facebook-actionscript-api : cannot login

Hi. I wrote a simple application for facebook and it seems that i fail to login. I created a test application on facebook and i test my application by going to apps.facebook.com/ i have the following function that is being executed after ApplicationComplete event of my main application. private function initFacebook():void { ...

How to solve null object reference after instantiate FacebookSessionUtil

Hi, everyone. I think you can help me out from this little problem. I am a novice in Facebook developer by choosing ActionScript 3 as my developer platform. I use SWC library from official facebook-actionscript-api that promoted by Adobe. So I followed their tutorial. So I did following instruction: Create Flex project. Download and...

facebook actionscript api flash: how safe it is to place the api key and secret key in my flash application?

Hello. I want to write a flash application that uses the facebook javascript api. for the flash application to use it, I'd have to write the secret and api key in the flash application. as far as i know every flash application can be decoded and the api key and secret key can be revealed. is there a way to properly protect those keys? ...

Invite friends from facebook on my application using facebook api

Hello all, I create a application which allow user integration through facebook(connect with facebook).when user sign-in in application , i want to show all facebook friends of sign-in user for invite them to join my application. In current i am using multi friend selector for invite friends. <fb:serverfbml width="615"> <script type="...