문제

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