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
Post a Comment