Facebook OAuth Demo
Click the button below to sign in with Facebook and test the authentication endpoint:
Endpoint Details:
- URL:
POST /api/users/facebook-auth - Body:
{ "accessToken": "..." }
Setup Requirements:
- Add
NEXT_PUBLIC_FACEBOOK_APP_IDto your .env file - Configure your Facebook App with the correct OAuth redirect URIs
- Add
localhostto your App Domains in Facebook Developer Console