php - issue grabbing GET value from link -


i using facebook api generate access key. obtain need input redirect url.

the output adds redirect url getting this:

http://example.com/index.php?#access_token=228384748&expires_in=5386 

in index.php:

echo $_get['access_token']; //doesnt work echo $_get['#access_token']; //doesnt work 

how can obtain value? thanks!

hashtag in link try find page division (usually marked div tag in html) , redirect not pass queries after in link


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -