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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -