Routing
facebook_login
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.facebook.com/v2.10/dialog/oauth?client_id=515974779224794&state=707a4c92a9482fa6166e1874d8527c61&response_type=code&sdk=php-sdk-5.7.0&redirect_uri=https%3A%2F%2Fback.dotoast.com%2Fuser-facebook%2Flogin-webhook&scope=email
(route: "n/a")
Route Matching Logs
Path to match:
/facebook/login
# | Route name | Path | Log |
---|---|---|---|
1 | site_apple_login | /apple/login | Path does not match |
2 | site_apple_sign_in | /apple/sign-in | Path does not match |
3 | site_apple_sign_in_ios | /apple/sign-in-ios | Path does not match |
4 | user_login | /user | Path does not match |
5 | user_logout | /logout | Path does not match |
6 | user_login_succeed | /user/login-succeed | Path does not match |
7 | user_change_email_invoke | /user/change-email/{token} | Path does not match |
8 | user_change_email_confirm | /user/change-email/{token} | Path does not match |
9 | facebook_login | /facebook/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.