英文:
FB API access still restricted after fixing broken URL
问题
我们几天前收到了这个限制:“平台条款 7.d - 应用设置平台 URL 不可用”。
我们已修复了损坏的 URL,使用共享调试工具检查并获得了正确的响应 200,保存了更改,但限制仍未消失,我们无法让应用再次上线。我该如何解决?
英文:
We got this restriction a few days ago: "Platform Term 7.d - App Settings Platform URLs are broken".
We have fixed the broken URL, checked it with the sharing debugger and got the right response 200, saved the changes but yet the restriction doesn't go away and we can't make our app live again. How can I solve it?
答案1
得分: 1
解决方案是:
- 删除Android应用商店;
- 在应用审查、权限和功能中,请求对public_profile的高级访问权限;
- 重新添加Android应用商店,包括包名和类名。
英文:
The solution was:
- delete the Android App Store;
- in app review, permissions and features, request advanced access for public_profile;
- add the Android App Store again with the package name and class name.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论