Open swats-the-floran opened 6 months ago
vk.com needs additional parameters so the fix is in one string:
vkontakte_token_info = oauth.vkontakte.authorize_access_token(
request=request,
client_id=settings.client_id,
client_secret=settings.client_secret,
)
here is my settings and code if it is not a bug:
settings
django view
here is what comes in response from vk oauth service:
after getting response i get a "client_id is undefined" error:
exception: