Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
2  
I strongly suggest you consider accepting answers to your other questions. A 0% accept rate looks bad on your profile. – Pranav Hosangadi Jun 11 '12 at 9:37
1  
@PranavHosangadi is right! you always want answers! :)) – Adrian Pirvulescu Jun 11 '12 at 11:47

1 Answer

up vote 3 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.