通知粉丝专页墙上的新评论

发布于 2024-12-26 16:24:00 字数 430 浏览 1 评论 0原文

我已经尝试了 3 天,但仍然无法在我的粉丝页面上发布有关新评论的通知。我创建了一个评论应用程序,它正在获取评论,但我想通知 fanPage 管理员有关新评论的信息。我尝试使用:

$facebook->api_client->feed_publishTemplatizedAction($feed_title_template, $feed_title_data, $feed_body_template, "", "", $page_id, NULL, NULL, NULL, NULL, NULL, NULL, NULL , NULL, $page_id);

但我遇到了这个 $facebok 变量的问题,它不接受我的应用程序 ID 和密钥。已经阅读了所有文档,但仍然没有解决方案。 不想通知用户,只是通知粉丝页面。有什么想法吗?

I've been trying for 3 days and still no way to publish notification about new comments on my fanPage. I created a comment application and it is getting the comments, but I want to notify the fanPage admins about new comments. I tried to use:

$facebook->api_client->feed_publishTemplatizedAction($feed_title_template, $feed_title_data, $feed_body_template, "", "", $page_id, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, $page_id);

but I'm having problems with this $facebok variable, it's not accepting my app id and secret key. Aready read all the documentation and still no sollution. Don't want to notify the users, just the fanPage. Any ideas?

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

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

发布评论

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

评论(1

烙印 2025-01-02 16:24:00

您将需要实施实时更新。

您可以以与订阅相同的方式订阅页面的提要
用户的提要 - 订阅主题应该是用户并且
订阅字段应该是 feed

请参阅:https://developers.facebook.com/docs/reference /api/实时/

You will need to implement RealTime updates.

you can subscribe to the page's feed in the same way you subscribe to
a user's feed - the subscription topic should be user and the
subscription field should be feed

See: https://developers.facebook.com/docs/reference/api/realtime/

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