I managed to get the new facebook AS 3.0 api on my desktop, and the example below displays the currently logged in user’s name, display picture and DOB.
In ordered to use this example you need to change the API and secret keys in the code.
private var APIKey:String = “YOUR API”;
private var secretKey:String = “YOUR SECRET KEY”;
- Download
- Flex Project
Comments
