2

In an application I have created (web) I need to list out my facebook friends within a canvas (or any container) along with their profile pictures.

I am using Flash Builder 4.5. I have also managed to set up AIR app (using the samples) so I am not sure if I am on the right track.

The requirement is :

When each user logs into the site his/her friends list should appear in the frame along with the friend's profile pictures.

Vivian Lobo
  • 583
  • 10
  • 29
  • I think you'll need to do that in your server-side scripts, perhaps? If you're using PHP, you'd need to do that in PHP. Then send the results to Flex. This is how I'd do it. – Felipe Nov 01 '11 at 17:12
  • Would you happen to have some sample for it... ? – Vivian Lobo Nov 02 '11 at 06:37

1 Answers1

0

You can use Facebook's AS3 API to implement these features.

sean
  • 2,560
  • 3
  • 18
  • 21