weegloo-service-login-facebook

Configure Facebook Login OAuth credentials for Weegloo ServiceLogin via the Meta app console.

1|2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-service-login-facebook-weeglooapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weegloo-service-login-facebook
Source: https://github.com/weeglooapi/weegloo-mcp-plugin/tree/main/plugins/weegloo/skills/weegloo-service-login-facebook
Command: npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-service-login-facebook-weeglooapi

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about weegloo-service-login-facebook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Facebook Login for Weegloo ServiceLogin?

Create an app in the Meta app console, select the Facebook Login use case, add the email permission, register the Weegloo Redirect URI, then copy the App ID and App secret from App settings. Use those values as clientId and clientSecret when creating the ServiceLogin with provider facebook.

What Redirect URI do I register for Facebook OAuth with Weegloo?

Register https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/facebook in the Valid OAuth Redirect URIs field, with your real spaceId substituted. It is deploy-independent, so you can register it before your app is deployed.

Why is Facebook not returning the user's email address?

A new Facebook app only includes the public_profile permission by default. You must manually add the email permission under Use cases, Facebook Login, Customize, Permissions and features, and confirm it shows Ready for testing.

Why can only my own account sign in with Facebook Login?

Until the app passes Meta's App Review, only the account that created the app can sign in. To test as a visitor, create test users under App roles, Test users, and submit for App Review to open sign-in to real users.

Can I use this Skill for Google or GitHub login instead of Facebook?

No, this Skill covers only the Facebook provider's Meta console steps. Google, GitHub, GitLab, Kakao, Naver, and LINE each have their own dedicated provider skills, while the provider-agnostic wire protocol lives in weegloo-service-login-client.