通过应用程序发送消息

发布于 2024-10-07 07:24:41 字数 172 浏览 0 评论 0原文

在 Facebook 应用程序中,我是否可以让用户向另一个用户(到他的收件箱)发送消息?即使没有直接访问,是否有某种我可以使用的链接结构,例如: “facebook.com/example?sendTO=user-id” 会提示 facebook 弹出窗口向用户发送消息吗?

乔尔

In a Facebook application, is there anyway I can let a user send a message to another user (to his Inbox)? Even if there is no direct access, is there some kind of a link structure I can use such as:
"facebook.com/example?sendTO=user-id" that will prompt a facebook popup to send a message a user?

Joel

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

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

发布评论

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

评论(2

陌上芳菲 2024-10-14 07:24:41

您无法通过 facebook 的 api 向其他用户发送消息,因为不存在这样的功能。发送个人和私人消息的唯一方法是通过电子邮件(无论是否经过代理),然后用户必须安装您的应用程序并接受共享其电子邮件。

You can't send a message to another user via facebook's apis as no function exist for this. The only way to send personal and private messages are via emails (proxified or not), then the user must install your application and accept to share its email.

风苍溪 2024-10-14 07:24:41

只需在链接之间添加“消息”即可:

如果人员 ID 为 https://www.facebook.com/some.one.007,则写

https://www.facebook.com/messages/some.one.007

就是这样。

Just add "messages" in between the link:

If the persons id is https://www.facebook.com/some.one.007 then write

https://www.facebook.com/messages/some.one.007

Thats it.

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