Hi,
I am new to cakephp, I want to retrieve the access_token from this url.
I tried using $this->params['url']. I am not able to get the access_token.
I appreciate any help.
Hi,
I am new to cakephp, I want to retrieve the access_token from this url.
I tried using $this->params['url']. I am not able to get the access_token.
I appreciate any help.
From the provided url I can say that it's not possible to fetch access_token, because it's an anchor rather than a variable. So it's not passed the the script.
You can take it with JavaScript first and populate a hidden field or in some other way.
It's not just cakephp, even plan php cannot access it.