- Partners
- /
Facebook + ngrok
Add Facebook Login to remote apps and connect Facebook webhooks to localhost and production apps. No firewalls and VPNs required.
-
Webhooks
-
Identity Providers
Integrations
Webhooks
Develop Facebook graph and messenger webhooks from localhost
1
Listen to Facebook webhooks with a public and secure URL
2
Inspect webhook traffic
3
Modify and replay Facebook requests
ngrok http 8080 --verify-webhook=[facebook_graph_api|facebook_messenger] --verify-webhook-secret=mySecret
Identity Providers
Use Facebook login to secure remote and localhost apps
1
Control access to remote apps with Facebook
2

Use Sign in with Facebook and OAuth scopes
3
Restrict access to authorized users and organizations
ngrok http 8080 --oauth=facebook --oauth-allow-domain="mycorp.com"