如何让用户在没有链接的情况下向好友发送私信?
我正在向我的应用程序添加一个私人消息系统, 这样用户就可以向他们的朋友发送私人消息。
我以为我可以使用发送对话框,但是链接< /strong> 参数似乎是必需的。
有什么理由需要该财产吗? 还有其他方式发私信吗? (XMPP 聊天除外)
谢谢。
I'm adding a private messaging system to my app,
so users could send private message to their friends.
I thought I could use the send dialog, but the link param seems to be required.
Is there any reason to require that property ?
Is there any other way to send private messages ? (Except XMPP Chat)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是您唯一的两个选项(发送对话框和聊天 api)。
您还可以让一个用户在其他用户的墙上写字并设置隐私,以便只有他们才能查看该消息,但据我了解,这并不是您真正想要的(顺便说一句,聊天 api 也不是,因为它可以工作)仅当两个用户当时在线时)。
我发现这个线程详细讨论了它: 如何使用 Accessstoken 通过图 api 向 Facebook 好友发送消息
No, those are your two only options (send dialog and chat api).
You can also let one user write on the other users wall and set the privacy so that only they can view the message, but that is not really what you're after from what I understand (neither is the chat api btw, since it works only if the two users are online at the time).
I found this thread which talks about it in length: how send message facebook friend through graph api using Accessstoken