邀请应用程序用户参加应用程序创建的活动 - 可能吗?
我对 Facebook 应用程序创建活动邀请以及邀请已批准该应用程序权限的用户参加此活动的能力有疑问。
例如,我们是一家当地的夜总会,有一个应用程序,允许用户与该应用程序连接以查看还有谁正在参加活动等,并及时了解有关我们举办的活动的最新信息。当我们有特殊活动或主题之夜时,如果能够向这些用户发送活动邀请,那就太理想了。
目前该应用程序拥有约 10,000 名批准用户。
只是想看看新的开放图 API 是否可以实现这一点?特别是以下位置提供的信息:
对于什么似乎确实存在一些困惑这些帖子说可以实现,实际上可以实现什么..除非那些我之前交谈过的人仍然基于旧的 REST API 的意见。
感谢澄清和指示!
I have a question regarding the creation of event invites by a facebook application, and the ability to invite the users who have approved that applications permissions to this event.
For example, we are a local nightclub who have an app allowing users to connect with the app to see who else is attending events etc, and keep up to date with information about the events we host. It would be ideal to be able to send an event invite to these users when we have special events or theme nights.
Currently the app has around 10,000 approved users.
Just really looking to find out if this is at all possible with the new open graph api? In particular the info provided at:
Event API Reference
How To Use the Graph API to Manage Events
There does seem to be some confusion over what these posts say can be achieved, and what actually can be achieved.. unless those that I have previously spoken to are still basing their opinions on the old rest api.
Clarification and pointers appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果使用
?users=
,则 HTTP POST 只能在 url 长度超出范围之前处理这么多 ID。由于这是一篇文章,您可以指定 users 参数,然后指定逗号分隔的 id 值列表。在这里尝试一下:http://developers.facebook.com/tools/ explorer?method=GET&path=meThe HTTP POST if you use the
?users=
can only handle so many IDs before the length of the url overruns. Since it's a post, you can specify the users parameter and then a comma separated list of ids for the value. Try it out here: http://developers.facebook.com/tools/explorer?method=GET&path=me