iOS Facebook SDK permissions without review

好久不见. 提交于 2019-12-11 10:36:05

问题


In my app, I use FBLoginView with user_events, user_groups and some other permissions. Here what we can read on developers.facebook.com:

If your app asks for more than than public_profile, email and user_friends it will require review by Facebook before your app can be used by people other than the app's developers.

The time to review your app is usually about 7 business days. Some extra-sensitive permissions, as noted below, can take up to 14 business days.

(https://developers.facebook.com/docs/facebook-login/permissions/v2.0)

But if my app logics is based on Facebook SDK and its permissions unavailable whitout review, how can I prepare the app for the review? Is there any test mode with all permissions granted?

Thanks in advance!


回答1:


I've found the possibility to test the reviewed permissions using a test user account.

Select the app you are working on in the Apps. In your left-hand menu open Roles tab, there you can select Test Users and use test email and password to login on Facebook for working with closed permissions.

UPD: In the Roles tab you can add your account to Administrators, Developers or Testers to get access to the permissions.



来源:https://stackoverflow.com/questions/23722676/ios-facebook-sdk-permissions-without-review

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!