I'm not able to fetch the access_token value from a QueryString in ASP.Net (C#).
Google is sending the authorization token, but I am not able to capture the token value by using
- QueryString (getting null)
- splitting string (not getting full url)
The RedirectUrl is: http://www.onfrnz.com/auth.aspx
http://www.onfrnz.com/auth.aspx#state=/profile
&access_token={ACCESS_TOKEN}
&token_type=Bearer
&expires_in=3600
Please help me on this. I don't want to use a library. Thanks in advance.