Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalide access tocken following vkOAuthWeb #25

Open
fmaume opened this issue Sep 11, 2017 · 1 comment
Open

Invalide access tocken following vkOAuthWeb #25

fmaume opened this issue Sep 11, 2017 · 1 comment

Comments

@fmaume
Copy link

fmaume commented Sep 11, 2017

Following an authentificatio using vkOAuthWeb I'm getting error message when trying to run api call.

Try to run:
member_list = getGroupsMembers( group_id = "newprague")
return:
Error: VK API request failed
VK error message [5]: User authorization failed: invalid access_token (4).

I think it is because vkOAuthWeb return "access_token=XXXXX...". shouldn't it return only the token without the "access_token= " in front?

@Dementiy
Copy link
Owner

Sorry for the late answer. I guess you are right about "access_token=XXXXX...". For now you can use vkOAuth()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants