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!
