使用 Facebook 的 Graph API 通过消息接受/拒绝活动邀请 (RSVP)
我正在尝试制作一个可以接受/拒绝活动邀请的 Facebook 应用程序。但文档没有指定是否可以在 RSVP 中给出原因(消息)。
是否可以?
I'm trying to make a Facebook application that can Accept / Decline events invitations. But the documentation doesn't specify if it's possible to give a reason (message) with the RSVP.
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不这么认为。
Web 界面使用
wall_note
作为输入字段名称,并且由于其他输入字段名称与 API 匹配,因此这将是逻辑参数名称。但它在我的测试中不起作用。我也找不到任何开放的功能请求: http://bugs.developers.facebook.net/< /a>
I don't think so.
The web interface uses
wall_note
as the input field name and since the other input field names match with the API this would be the logical parameter name. It does not work in my testing though.I couldn't find any open feature requests for it either: http://bugs.developers.facebook.net/
所以答案是你必须
请注意,您只能发布文本或链接到饲料。不能使用自定义故事或其他类型的消息正文。
So the answer is that you must
Note than you can only post text or link to the feed. Custom stories or other type of message body cannot be used.