When I try to get access_token when accessing the VK API, it throws me at the link http: // localhost: 8080 / vk / login # access_token = token & expires_in = 86400 & user_id = id and it is correct, but only the login method in the vk controller returns a response that the access_token input parameter no. but here it is.
HTTP Status 400 - Required String parameter 'access_token' is not present
@RequestMapping(value = "/login", method = RequestMethod.GET) @ApiOperation(value = "login into vk", httpMethod = "GET") public String login (@RequestParam("access_token") String code) throws IOException { System.out.print(code); vkService.getUserCode(); return null; } / vk is on the controller.
redirect_uri, also with this#symbol? if so, delete it. - MrFylypenko