I am working on Flash AIR application for iphone, using “facebook-actionscript-api” for Mobile.
does anybody know how to display FB user’s profile pic using above API?
Thanks & Regards,
Swati.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Suposing that you already know how to login on FB Mobile.
FacebookMobile.api(“/me”, callbackFunction);
In the callback function you’ll receive a lot data from the logged user.
If you are a newbie, come here. It’s a article for Flex, but you can use the same info for anything in Flash.