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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top