api - How do I test a Facebook app since the recent introduction of login review? -


i developing facebook app makes api call list of user's events.

the app use javascript call user/events edge, this:

   fb.api(      "/{user-id}/events",      function (response) {        if (response && !response.error) {           /* handle result */        }      }  ); 

since end of april, introduction of login review, functionality won't work until app approved...

so question is, how can test app before gets approved??

i've read as can find on this, , tried setting test user, can't answers...

obviously can't submit app approval before tested, seems can't test before approved. there must way!

you won't need approval of permissions admins, developers , testers of app. can define in app dashboard, "roles" tab.

https://developers.facebook.com/apps/[app_id]/roles/

when login 1 of users, can request all permissions.

actually, required when submit review. example, when want request publish_actions permission, app must have used in last 30 days. reviewing team check if use permission.

so, need use 1 of roles defined on app , can request permission user.

edit: note though can request of permissions, still have actually request permissions when logging in. if call /me/events user (which happens you, admin/developer of app), still have request user_events in login scope permissions.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -