I'm trying to capture accesstoken of the facebook user.
the site url in the Fb application is "http://localhost/getinteraction".
I could capture access token. if the redirect url is http://localhost/getinteraction?state=5c604f9ee9096255830c6c7107....etc..
But I need to redirect the return data to the controller in the codeignater..
ex:
http://localhost/getinteraction/fbcontroller
in this point I could not capture the access token ..also
$user = $this->facebook->getUser() is false..
need your help.
regards, kosala