gpt4 book ai didi

c# - Facebook 社交图谱 API : "Annoying or Abusive" Error Message

转载 作者:行者123 更新时间:2023-11-30 12:34:13 24 4
gpt4 key购买 nike

我从 Social Graph API 得到以下异常:

(OAuthException) Block! You are engaging in behavior that may be considered annoying or abusive by other users.: You have been blocked from Body of an error/warning message. Title is: Block! You are engaging in behavior that may be considered annoying or abusive by other users. because you repeatedly misused this feature. This block will last anywhere from a few hours to a few days. When you are allowed to reuse this feature, please proceed with caution. Further misuse may result in your account being permanently disabled. For further information, please visit our {= FAQ page}.

我的程序进行了数千次调用,但抛出异常的调用是这样的:

graph.facebook.com/search?q=6511+club&access_token=...

我没有向 API 回写任何内容,所以我不明白我怎么会违反任何滥用/骚扰规则。起初我以为我可能已经超过了速率限制但是this thread说的异常消息看起来像这样:

Facebook.GraphAPIError: (#613) Calls to stream have exceeded the rate of 600 calls per 600 seconds.

我的程序使用 q 参数的新值重复调用上述事件搜索端点。对于返回的每个事件,我的程序:

  1. (calls/eventId) 获取事件详细信息
  2. (calls/pageId) 如果事件的位置引用 Facebook 地点页面,则获取事件位置的地点页面
  3. (calls/eventId/attending) 获取正在参加或可能参加的用户个人资料的 ID
  4. (calls/?ids=...) 获取正在参加或可能参加的用户的用户资料。

我正在使用 Facebook C# SDK .我的所有通话都包含一个访问 token (来 self 的个人用户配置文件)。

最佳答案

被屏蔽的不是您的应用,而是您的用户。您的用户被 Facebook 的自动化系统识别为机器人(实际上确实如此)。下一步 - 您的用户将被禁止使用 Facebook。单个用户从 Facebook 收集数据的次数过多。您需要重新考虑您的应用程序用途以及是否需要调用此数据进行存储,或者您的用户可以根据需要从 API 获取它。这里最令人反感的电话是/eventId/attending 和每个事件的 ID。在千次事件中调用它千次,用户将被阻止。

关于c# - Facebook 社交图谱 API : "Annoying or Abusive" Error Message,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7630854/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com