> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Social Auth Callback

> OAuth callback handler for social media platforms.

Handles the OAuth redirect from social media platforms after authorization.

## Endpoint

```
GET /functions/v1/social-auth-callback
```

## Flow

1. Validates state parameter for security
2. Exchanges authorization code for access tokens
3. Stores connection credentials securely
4. Redirects user back to the app
