从 Facebook 应用程序发布图片
我正在编写一个小型 Facebook 应用程序,我想在用户选择某个选项时发布图片和链接。很难找到像这样的关于特定 API 调用的好资源(我找到的大多数书籍都是 2008 年的,看起来已经过时了)。任何人都可以解释我如何做到这一点(我假设我会通过 php 调用来做到这一点)。另外,如果有人知道关于这个主题的任何好的文献或资源,而且还没有过时,那将会非常有帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的答案在这里: http://developers.facebook.com/docs/reference/api /post/
他们为您提供了一个 CURL 示例,如果您熟悉 PHP 的curl api,您可以轻松复制它。
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.