I am working at a integration Goole OAuth 2.0 into my site. When Google performs the redirect on my site after user has allowed access, the redirect url look as http://site.com/oauthgoogle.php#state=1&access_token=2&token_type=Bearer&expires_in=3600 All params wich i need follows after # , and i can't get them Someone knows how to solve this problem? , i will be very thank
The problem has solved. I used response_type=code and reviewed documentation on OAuth2 for web server apps.