REST_Controller - Facebook return_url # causing problems? |
I'm testing the Facebook social login feature and Facebook is prepending a hash "#" to the beginning of the args - this is stopping the GET args from being parsed by REST_Controller. Any ideas how to solve it??
Return_URL .../index.php/api/v1/connect/index/ Response: .../index.php/api/v1/connect/index/#state=9%7B7P%...
Are you using this method:
https://developers.facebook.com/docs/fac...login-flow Looks like they have couple, and Web option seemed JavaScript based, not back end solution. |
Welcome Guest, Not a member yet? Register Sign In |