Facebook 发帖限制

发布于 2024-10-19 11:24:48 字数 298 浏览 2 评论 0原文

我创建了一个 FB 游戏,允许用户邀请朋友。通过 Graph API,我检索朋友列表,用户选择他们想要向哪些朋友发送邀请。接下来,系统会在好友个人资料页面上发布此邀请。这很好用。

但是,当用户想要发送超过 10 个时,邀请 API 将返回此错误: (#341) Feed 操作请求达到限制

我认为这意味着系统可以代表用户发布的帖子数量存在某种限制。用户会收到通知,将向他的朋友发送邀请。

是否有可能让您的应用程序获得认证或其他什么,以便升级限制。如果这不可能,还有其他方法可以邀请更多朋友吗?

问候, 保罗·杜隆 荷兰

I created a FB game which allows users to invite there friends. Via the Graph API I retrieve the list of friends and the user selects which friends they want to send a invite. Next the system posts this invite on the friends profile page. This works fine.

But when the users wants to send more than, say 10, invites the API returns this error:
(#341) Feed action request limit reached

I assume this means there is some sort of limit on the amount of posts the system can make on behalf of the user. The users is notified that there will be send an invite to his friend.

Is it possible to get your app certified or something so that the limit will be upgraded. If this isn't possible is there an other way to invite a greater sum of friends.

Regards,
Paul du Long
The Netherlands

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风为裳 2024-10-26 11:24:48

动态消息不适用于邀请。使用请求代替:
http://developers.facebook.com/docs/reference/dialogs/requests/

News Feed was not intended for invites. Use requests instead:
http://developers.facebook.com/docs/reference/dialogs/requests/

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