Partners /
Facebook
Facebook
+ ngrok
Add Facebook Login to remote apps and connect Facebook webhooks to localhost and production apps. No firewalls and VPNs required.
Type of Integration
Identity Provider
Integrations
Webhooks
Develop Facebook graph and messenger webhooks from localhost
1
2
3
Listen to Facebook webhooks with a public and secure URL
Inspect webhook traffic
Modify and replay Facebook requests
ngrok http 8080 --verify-webhook=[facebook_graph_api|facebook_messenger] --verify-webhook-secret=mySecret
Identity Provider
Use Facebook login to secure remote and localhost apps
1
2
3
Control access to remote apps with Facebook
Use Sign in with Facebook and OAuth scopes
Restrict access to authorized users and organizations
ngrok http 8080 --oauth=facebook --oauth-allow-domain="mycorp.com"