I’m starting to learn the API to see what is available.
Is there a way for users to upload picture and have them both on facebook and on a site?
Ex: If I create a website for bird watching http://www.birdwatch.com, is there a way for people to post picture so that it will appears in their profile and on the website at the same time?
And when people comment on the picture it will appear on both the website and facebook?
Yes but its fairly involved stuff. You’ll need to get an FB developer token, code some HTML and PHP stuff etc.
Here is some PHP code that I use to take files that have been uploaded to my server then throw 5 of them up on Facebook follows by a 6th photo that is a graphic that says “Click the link in the album description to see more”.
The following code is very much from the Botchit & Scarper Web Dev college, but it should highlight how to get things going 🙂
[code]
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////
///
///
///
///
///
///
?>
[/code]