如何以编程方式发现您的 Facebook 应用程序被禁止

发布于 2024-11-25 19:31:32 字数 249 浏览 0 评论 0原文

我有一个 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 技术交流群。

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

发布评论

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

评论(1

乙白 2024-12-02 19:31:32

可能能够使用此处概述的 admin.getAppProperties 的 properties 数组中的installable字段:https://developers.facebook.com/docs/reference/rest/admin.getAppProperties/

You might be able to use the installable field in the properties array from admin.getAppProperties outlined here: https://developers.facebook.com/docs/reference/rest/admin.getAppProperties/

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