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...
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 {
...
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...
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?
...
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="...