views:

35

answers:

1

I am developing a site for models and they will be able to upload pictures.

I want to know is it possible to use Facebook Connect to get the user's photo albums, to save the user from re-uploading all the photo's that are already on FB?

A: 

The bigger challenge is how check if particular picture matches another one from the album? If you know solution to this problem then running FQL on photo and album tables should provide all the info about photos.

serg
That's not the answer I'm after. I want to know if Facebook Connect allows you to access user's photo albums?
GSTAR
@GSTAR which part of the answer you don't like? Have you tried using FQL to read data from those two tables?
serg

related questions