请求对话框 - 允许用户选择他必须向其发送邀请的朋友
我正在使用 javascript 请求对话框向朋友发送应用程序邀请。
当我向 b 发送邀请时,我应该无法再次向他发送邀请。 有没有办法只显示我没有在请求对话框中发送邀请的朋友,或者有其他方法可以做到这一点?
I'm using javascript request dialog to send app invite to friends.
when i send invite to b, I should not be able to send invitation to him again.
Is there any way to show only friends to whom I've not sent invite in request dialog or is there any other way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到您正在使用此功能,有一些事情可以帮助您:
因此,当您发送请求时,您会存储有关它的信息,例如您发送请求的人员的 Facebook ID,然后您只需将这些 ID 的列表传递给您的函数即可。
但是,请记住,有人可以拒绝您的请求,并且不会向您发送任何内容,您必须自己检查!
Considering you're using this function, there's to things that can help you :
So, when you send requests, you store information about it, like facebook ids of the people you sent it to, then you just pass a list of these ids to your function.
But, keep in mind that someone can decline your request, and nothing is sent to you, you have to check it yourself !