Question

I am writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like this (most of the books I've find were from 2008 and seem outdated). Can anyone explain how I might do this (I would I assume I would do this with a php call). Also, if anyone knows any good literature or resources on this topic that are not out of date that would be very helpful.

Was it helpful?

Solution

Your answer is here: http://developers.facebook.com/docs/reference/api/post/

They give you a CURL example, and if you're familiar with PHP's curl api you can trivially replicate it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top