脸书多好友选择器
我想向用户显示 facebook 弹出窗口,用户可以从中选择朋友,当他单击“选择”时,就会返回所选的用户 ID。我想做这个 Flex,但如果你能告诉我如何在 php 中做到这一点,它对我也会非常有帮助。
I wan to show the facebook popup to the user from where user select the friends and when he click select then the selected user ids return. I want to do this Flex but if you can tell me how to do it in php it will also very helpful for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是在 JavaScript 中执行此操作的方法:
https://developers.facebook.com/docs/reference/dialogs/requests/
页面底部有更多有关检索 user_ids 的信息。
Here's how you do it in JavaScript:
https://developers.facebook.com/docs/reference/dialogs/requests/
More to the bottom of the page there's more info about retrieving the user_ids.