Skip to content
- Go to the Google Cloud Console
- Create or select a project
- Go to Credentials → Create Credentials → OAuth Client ID
- Set Application type to Web application
- Add this redirect URI:
https://your-domain.com/auth/callback/google (replace with your actual domain)
- Click Create
- Copy the Client ID and Client secret and add them in the Admin Dashboard → Site Settings → OAuth Providers → Google OAuth section
- Go to the X Developer Portal
- Navigate to the Projects & Apps section
- If you don’t have a project yet, click on Add Project, and proceed following the instructions on-screen to create an App
- Navigate to the App you just created, then User authentication settings → Set up
- App permissions:
Read
- Request email from users:
on/enabled
- Type of App:
Web App
- Callback URI / Redirect URL:
https://your-domain.com/auth/callback/twitter (replace with your actual domain)
- Website URL:
https://your-domain.com/ (replace with your actual domain)
- Click Save
- Copy the Client ID and Client Secret and add them in the Admin Dashboard → Site Settings → OAuth Providers → Twitter OAuth section