I am currently developing a site for models/actors, and at this point I am just trying to ascertain what I can and can't do with Facebook Connect (I have virtually no experience in using Facebook Connect or FQL).
Basically there is going to be a facility whereby users will be able to upload their pictures. I want to know is it possible to use Facebook Connect to get the user's photo albums, in order to save the user from re-uploading all the photo's that are already on FB?
If so, do I/should I LINK to these photos, or FETCH them from Facebook and save a copy on my server?
EDIT: Just to clarify, this is what I want to do:
- User will register on my site and agree to associate their Facebook ID with my site.
- I then want to present the user with a list of all their albums that are on Facebook, the user can then select which albums they want to display on my site.
- (optional) The user can select which specific photos in each album they want to display on my site.
Is this possible to do at all?