This guide shows you how to register your own OAuth application with Buffer to obtain your OAuth credentials. These are required to let your users grant your app access to their Buffer account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a Buffer account
If you don’t already have a Buffer account, sign up here.
Register your OAuth app
- Log in to Buffer and go to Settings → API.
- Click App Clients.
- Fill in this form.
- Set the Redirect URI to:
https://api.nango.dev/oauth/callback - Save the app and copy your Client ID and Client Secret.
Next
Follow the Quickstart to start building your integration.