Facebook 添加 POST 到页面

发布于 2024-12-11 04:35:02 字数 455 浏览 0 评论 0原文

我已成功使用 /me/feed/ 自动将帖子添加到我的个人资料中,但如何将帖子添加到在我的帐户中创建的页面?

他们说“/[page id]/feed/”我怎样才能找到正确的页面ID?我需要使用其他方法来发布到我的 Facebook 页面吗?

我搜索了如何获取页面ID,我已经获取并使用了此ID:123397591098452,页面:http://www.facebook.com/pages/Siteique/123397591098452但该帖子不起作用。

注意:应用程序拥有所有正确的权限。

这就是我发送帖子的方式:

$facebook->api('/me/feed/','POST',$post);

I've managed to automattically add a post to my profile using /me/feed/ , but how can I add a post to a page created within my account ?

they say " /[page id]/feed/ " how can I find the right page ID ? Do I need to use another method to post to my facebook page ?

I've searched on how to get the page ID, I've obtained and used this ID: 123397591098452 for page: http://www.facebook.com/pages/Siteique/123397591098452 but the post is not working.

Note: the application has all the right privileges.

This is the way i`m sending the post:

$facebook->api('/me/feed/','POST',$post);

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

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

发布评论

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

评论(1

°如果伤别离去 2024-12-18 04:35:02

尝试在页面所属的帐户下登录您的应用程序,然后将代码转换为 oauth 令牌,然后在您的请求中使用该 oauth 令牌。祝你好运

Try logging into your app under the account the the page belongs to, then turn the code into an oauth token, and then use that oauth token with your request. Good Luck

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