如何通过 facebook 的 api 发送通知或消息?

发布于 2024-10-04 08:33:31 字数 56 浏览 2 评论 0原文

请让我知道如何通过 facebook 应用程序通过其 API 发送 facebook 通知或消息?

please let me know how can i Send facebook Notification or message via its API through a facebook app?

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

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

发布评论

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

评论(2

风蛊 2024-10-11 08:33:31

您可以使用旧的 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.

没有你我更好 2024-10-11 08:33:31

我使用此对话框发送消息一我的。但没能成功向 Facebook 帐户发送消息。

https://www.facebook.com/dialog/send?app_id=MY_APP_ID&name=Check This Website&to=MY_APPLICATIONS_USER_ID&link=MY_WEBSITE_LINK&redirect_uri=MY_APPLICATION_URL

I used this dialog to send message one my one. But had no luck to send message to facebook account successfully.

https://www.facebook.com/dialog/send?app_id=MY_APP_ID&name=Check This Website&to=MY_APPLICATIONS_USER_ID&link=MY_WEBSITE_LINK&redirect_uri=MY_APPLICATION_URL
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文