如何通过 php 从我们公司页面获取我最新的 Facebook 更新

发布于 2024-12-11 14:45:38 字数 116 浏览 0 评论 0 原文

我需要从我们公司的 Facebook 页面获取最近 3 条更新。

我可以看到我需要使用“图表”内容,但大多数帮助文件等中的信息适用于用户而不是公司页面。

我想使用 PHP 并将使用缓存。

I need to get the last 3 updates from our company's Facebook page.

I can see I need to use the 'graph' stuff but the information in the majority of help files etc is for a user not a company page.

I'd like to use PHP and will use cacheing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

爱殇璃 2024-12-18 14:45:38

Facebook 图形 API 相对容易使用,您感兴趣的页面是: http: //developers.facebook.com/docs/reference/api/page/

帖子的 url 语法为 https://graph.facebook.com/companypage/feed ,但是此类请求需要使用 oauth 令牌。
我建议您运行通过 SDK 找到的基本 PHP Facebook API 示例: http:// Developers.facebook.com/docs/reference/php/

其他教程,例如 http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/ 可能会有所帮助。

The Facebook graph API is relatively easy to use, the page of interest to you is : http://developers.facebook.com/docs/reference/api/page/

The url syntax for posts is https://graph.facebook.com/companypage/feed , however such requests require the usage of an oauth token.
I'd recommend you run through the basic PHP Facebook API examples found with the SDK: http://developers.facebook.com/docs/reference/php/

Other tutorials such as http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/ might help.

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