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_ID to your .env file
  • Configure your Facebook App with the correct OAuth redirect URIs
  • Add localhost to your App Domains in Facebook Developer Console