How to read parameter values from the below URL in Java. In the url instead of ?
#
is being used. This is the redirect URL which I got from vk.com site.
I tried using below approach; but it doesn't work.
HttpServeletRequest request;
String token=request.getParameter("access_token");