Hey all. I am setting up a new gallery and I want to make it easy for users to send any image to their facebook profile. Is there some code that makes this straight forward at all? I found a bit of code that adds something as a note so I assume there must be a way to submit an image? Any help would be really welcome. Regards, David
You need to create a facebook application, this will give you the app key and secret key which is required to make a connection to their API - after that is done the API is fairly simple to either put images on their profile using "FBML" and create pages for people to manage their info in your app
They are easy enough to do - I am not a developer personally at all and yet I managed to create a mashup of facebook and amazon with minimal issues (see link in signiture). I/ we develop in .Net so cannot comment on PHP but in .Net there are some reasonable opensource components built for facebook now so for example the whole creating the interface is a single drag and drop box where you simply need to set 3 variables (app name, app key and secret key).