c# – Facebook社交图谱API:“烦人或辱骂”错误信息

c# – Facebook社交图谱API:“烦人或辱骂”错误信息,第1张

概述我从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. @H_404_6@ 我从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参数添加新值.对于每个返回的事件,我的程序:

>(calls / eventID)获取事件详细信息
>(calls / pageID)如果事件的位置引用了Facebook的位置页面,则获取事件位置的位置页面
>(calls / eventID / attennding)获取正在参加或可能参加的用户个人资料的ID
>(calls /?IDs = …)获取正在参加或可能参加的用户的用户个人资料.

我正在使用Facebook C# SDK.我的所有电话都包含一个访问令牌(来自我的个人用户个人资料).

解决方法 这不是你的应用程序被阻止,它是你的用户被阻止.您的用户被Facebook的自动化系统识别为机器人(实际上它实际上是).下一步 – 您的用户将被禁止访问Facebook.您正在通过单个用户从Facebook收集过多的电话来收集数据.您需要重新考虑您的应用目的,以及您需要将此数据调用到存储,或者您的用户可以从API获取它.这里的大多数攻击性呼叫都是每个事件的/ eventID / atte和IDs.在千个事件上称它为千次,用户将被阻止. 总结

以上是内存溢出为你收集整理的c# – Facebook社交图谱API:“烦人或辱骂”错误信息全部内容,希望文章能够帮你解决c# – Facebook社交图谱API:“烦人或辱骂”错误信息所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1233897.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-06
下一篇 2022-06-06

发表评论

登录后才能评论

评论列表(0条)

保存