Access the Facebook API in 2 minutes 💨
Create an integration
Authorize Facebook
Call the Facebook API
curl "https://api.nango.dev/proxy/me?fields=id,name,email" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"