What problem does it solve? Setting up Facebook as a social login provider for a Weegloo ServiceLogin requires navigating the Meta app console, registering the correct Redirect URI, and obtaining the App ID and App secret — steps that are easy to get wrong, such as skipping the opt-in email permission or being blocked by App Review. ## Core Features & Use Cases - Meta App Console Walkthrough: Step-by-step instructions to create a Facebook app, select the Facebook Login use case, and copy the App ID (clientId) and App secret (clientSecret). - Redirect URI Registration: Provides the exact deploy-independent Redirect URI (https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/facebook) to register under Valid OAuth Redirect URIs. - Facebook-Specific Gotchas: Covers the mandatory email permission opt-in and the App Review gate that restricts sign-in to the developer's own account until approved. - Use Case: A developer adding Facebook social sign-in to their Weegloo-powered app uses this Skill to guide the end user through producing the blocking credentials, then creates the ServiceLogin with provider facebook. ## Quick Start Ask the agent to set up Facebook as the ServiceLogin provider for your Weegloo space and walk you through getting the App ID and App secret from the Meta app console.