通知粉丝专页墙上的新评论
我已经尝试了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要实施实时更新。
请参阅:https://developers.facebook.com/docs/reference /api/实时/
You will need to implement RealTime updates.
See: https://developers.facebook.com/docs/reference/api/realtime/