从 Facebook 应用程序发布图片

发布于 2024-11-05 13:44:41 字数 187 浏览 3 评论 0原文

我正在编写一个小型 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-11-12 13:44:41

您的答案在这里: 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文