Reputation: 129
i'm developping an android application that allow user to share image on facebook. But facebook only give you the permission if you have already submited a review. Or my application isn't complete and i want to test the share operation. how to make it work?
Upvotes: 0
Views: 95
Reputation: 2142
It all says it right here: https://developers.facebook.com/docs/sharing/android
If you want to test it then you need to go to your app on the developers page of facebook, click on roles and add a tester.
Upvotes: 2