Facebook 使用 Requests 2.0 进行多次邀请
是否可以使用新的 Requests 2.0 发送多个邀请?截至目前的文档称“to”参数只能指定一个用户,因此即使无法设置默认过滤器,它也是单个用户或标准请求对话框! FBML 本质上很丑陋,但在目的上却很有效,这是一个巨大的缺点。
Is it possible to send multiple invites using new Requests 2.0? Documentation as of now saing that 'to' parameter can specify only one user, so it single user or standart request dialog even without possibility to set default filter! It's huge drawback from hidious by nature, but effective in purpose FBML.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当然。
查看文档Requests 2.0:
这将打开 facebook 对话框:
如果您的意思是在问题中是否可以过滤多个id's - 意思是,您选择要发送请求的 uid 列表而不是用户 - 那么答案是否定的,目前不可能。
Sure.
Look in the docs for Requests 2.0:
This will open the facebook Dialog:
If you meant in your question whether or not you can filter multiple id's - meaning, you choose the list of uid's to send the request to and not the user - then the answer is no, it's not possible currently.
当然。
请参阅此粉丝页面的示例:
http://www.facebook.com/NeonFashion?sk=app_176086155780033
或者我误解了你的问题和你实际在寻找类似的东西
Facebook 请求 2.0 过滤器
Of course.
see this fanpage for an example:
http://www.facebook.com/NeonFashion?sk=app_176086155780033
or i missunderstand your questions and you actual looking for something like
Facebook requests 2.0 filter
通过在“收件人”字段中传递 id 数组,可以(现在?)同时打开针对多个用户的请求对话框。
请参阅 https://developers.facebook.com/docs/reference 中的“sendRequestToManyRecipients”示例/对话框/请求/
It is (now?) possible to open a request dialog targeting multiple users at once, by passing an array of ids in the "to" field.
See the "sendRequestToManyRecipients" example in https://developers.facebook.com/docs/reference/dialogs/requests/