Hello,
Facebook OAuth callback is something like https://example.com/oauth/facebook/callback.php?id=34592398472893742.
Since Phalcon doesn't use query parameters, how can I setup a controller route for the Facebook OAuth callback?
Hello,
Facebook OAuth callback is something like https://example.com/oauth/facebook/callback.php?id=34592398472893742.
Since Phalcon doesn't use query parameters, how can I setup a controller route for the Facebook OAuth callback?