Project Description
My Facebook developer app is set up, but the permissions and core settings still need to be properly configured before I submit it for review. Here’s what I need help with:
The app must request only the essential user-data scopes—basic profile information and the user’s email address—so that any reviewer can see exactly why each permission is required and how it is used. No friends-list or marketing scopes are needed at this stage.
On the configuration side, three areas have to be handled end-to-end:
• Login settings – polish the OAuth flow, define valid redirect URIs, and confirm that the test users can sign in without warnings.
• App roles – assign the correct roles (Admin, Developer, Tester) to the existing team members and make sure they appear correctly inside the Facebook App Dashboard.
• Webhook setup – configure and verify a webhook endpoint so the app can receive real-time updates, with sample payloads documented for reference.
Deliverables will be accepted when:
1. The requested permissions (“public_profile” and “email”) show as approved or ready for review inside the Facebook dashboard.
2. Test login proves the scopes are returned cleanly through the Graph API.
3. All specified roles are visible and functional.
4. The webhook passes Facebook’s verification challenge and receives sample events in a test environment.
Please keep all changes within Facebook’s latest platform policies and document every step, including any screenshots or API calls used, so I can maintain the configuration going forward.