如何以编程方式发现您的 Facebook 应用程序被禁止
我有一个 Facebook 应用程序,由于某种原因被禁止了。 我如何在登录时以编程方式(最好是 FB C# SDK)找出应用程序被禁止的情况?
我没有注意到任何异常或其他标记,所以我可以弄清楚这一点。 我对任何想法持开放态度。
该应用程序没有做任何不道德的事情,但它会提取大量数据,FB 可能不喜欢这样。因此,为了保持它的活力,我想知道该应用程序何时被禁止,以便我可以即时用另一个应用程序替换它,直到第一个应用程序解决问题。 FB 两周后才会给你答复。
I have a facebook App that for some reason it got banned.
How can I find out programatically (FB C# SDK preferably) at login for instance that the application got banned?
There are no exceptions or other markers that I noticed so I could figure out this.
I am open to any ideas.
The app is not doing anything un-ethical but it pulls up a lot of data and there is a possibility that FB might not like that. So in order to keep it live, I want to know when the app got banned so that i can replace it on the fly with another one, until the issue gets resolved with th first one. FB gives you an answer only after 2+ weeks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能能够使用此处概述的 admin.getAppProperties 的
properties
数组中的installable
字段:https://developers.facebook.com/docs/reference/rest/admin.getAppProperties/You might be able to use the
installable
field in theproperties
array from admin.getAppProperties outlined here: https://developers.facebook.com/docs/reference/rest/admin.getAppProperties/