使用 Facebook 的 Graph API 通过消息接受/拒绝活动邀请 (RSVP)

发布于 2024-10-16 17:30:27 字数 171 浏览 2 评论 0原文

我正在尝试制作一个可以接受/拒绝活动邀请的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦里的微风 2024-10-23 17:30:27

我不这么认为。

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/

〆一缕阳光ご 2024-10-23 17:30:27

所以答案是你必须

  1. 接受 / 也许拒绝回复
  2. .then() 您可以 将您的消息发布到事件源

请注意,您只能发布文本或链接到饲料。不能使用自定义故事或其他类型的消息正文。

So the answer is that you must

  1. Accept / Maybe or Decline to RSVP
  2. .then() you can POST your message to event feed

Note than you can only post text or link to the feed. Custom stories or other type of message body cannot be used.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文