如何通过 facebook 的 api 发送通知或消息?
请让我知道如何通过 facebook 应用程序通过其 API 发送 facebook 通知或消息?
please let me know how can i Send facebook Notification or message via its API through a facebook app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用旧的 REST API 向已验证您的应用程序的用户发送通知。首先,您必须向用户请求“电子邮件”扩展权限,然后您可以使用notifications.sendEmail 方法向他们发送通知。
You can use the Old REST API to send notifications to users who have authenticated your application. First you must request the "email" extended permission from the user, then you can use the notifications.sendEmail method to send them the notification.
我使用此对话框发送消息一我的。但没能成功向 Facebook 帐户发送消息。
I used this dialog to send message one my one. But had no luck to send message to facebook account successfully.