How to test facebook application with advanced permissions, without request

I read all the answers (I could find on this question) and they say that if you are a developer, tester or administrator of the application, you can test the application without any problems. I tried as administrator of the application, developer, tester, etc. (All roles defined in the developer’s toolbar) no luck, the next one I tried with the users I’ve tested, still no luck when I ask the user for permission (publish_stream), the popup always says

Submit Login Overview Some of the permissions below have not been approved for using Facebook.

I set the "Privacy Policy" link, I downloaded the application icon, entered a description of the application, still no luck. at the same time, the other two permissions that I request (user_photos and email) work without problems. I can’t get what I am doing wrong. Does anyone have such problems? How did he manage to solve them? Any help would be much appreciated. PS The only thing I have not tried is to send a free application to view, but the application is not finished yet, so I think the review will be rejected.

+5
source share
1 answer

You really do not need to go through the verification process for testing, unauthorized permissions work for each administrator, developer or tester of the application. publish_stream deprecated, although maybe you need publish_actions .

If it still does not work with Admin / Dev / Tester and the publish_actions permission, I would suspect an error. In this case, you can report it: https://developers.facebook.com/bugs/

+7
source

Source: https://habr.com/ru/post/1204842/


All Articles