通过应用程序发送消息
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法通过 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.
只需在链接之间添加“消息”即可:
如果人员 ID 为
https://www.facebook.com/some.one.007
,则写就是这样。
Just add "messages" in between the link:
If the persons id is
https://www.facebook.com/some.one.007
then writeThats it.