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.
🚀 Quickstart
Connect to Buffer with Nango and see data flow in minutes. You’ll need to register your own OAuth app to get a Client ID and Secret.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Buffer. Follow the setup guide to register an OAuth app and obtain your Client ID and Client Secret, then enter them in the integration settings.
Authorize Buffer
Go to Connections -> Add Test Connection -> Authorize, then log in to Buffer. Later, you’ll let your users do the same directly from your app.
Call the Buffer API
Make your first request to the Buffer API (fetch your organizations). Replace the placeholders below with your API key, integration ID, and connection ID:✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.
📚 Buffer integration guides
Nango-maintained guides for common use cases.- How to register your own Buffer OAuth app Register an OAuth app with Buffer and obtain credentials to connect it to Nango