如何减少只对五个朋友的请求
我正在制作一个应用程序,希望用户只与五个朋友分享,应用程序请求刚刚找到两个过滤器应用程序用户或非用户,或者发送给一个或所有朋友。
用户怎么只能选择5个好友??
谢谢。
I´m making an app and want to users share with only five of their friends, with apprequests just found two filters app users or non-users or send to one or all friend.
How the user can only choose 5 friends??
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你用的是JS SDK。尝试在 FB.ui apprequests js 函数中添加参数 max_recipients: '5' 。
I guess you are using JS SDK. Try to add parameter max_recipients: '5' in FB.ui apprequests js function.