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

invalid_credentials: OAuth2::Error, invalid_grant: Code is invalid or expired #59

Open
NinjaValerok opened this issue Jun 10, 2017 · 1 comment

Comments

@NinjaValerok
Copy link

NinjaValerok commented Jun 10, 2017

Используя vkontakte openapi, делаю ajax запрос, получаю эту ошибку. При этом, когда авторизуюсь через переход по ссылки, все работает.
Мой лог:
Started GET "/users/auth/vkontakte/callback" for 127.0.0.1 at 2017-06-11 02:13:07 +0300
I, [2017-06-11T02:13:07.145807 #2678] INFO -- omniauth: (vkontakte) Callback phase initiated.
E, [2017-06-11T02:13:07.244664 #2678] ERROR -- omniauth: (vkontakte) Authentication failure! invalid_credentials: OAuth2::Error, invalid_grant: Code is invalid or expired.
{"error":"invalid_grant","error_description":"Code is invalid or expired."}

Подскажите, это у меня какие то настройки не верные, или гем не рассчитан на работу с ajax?
Если второй случай, то куда копнуть что бы добавить эту возможность?

@NinjaValerok
Copy link
Author

NinjaValerok commented Jun 11, 2017

Ошибка вылетает в методе build_access_token в геме oauth2 (в файле oauth2.rb), тк request.params["code"] - nil, да и вообще request.params - nil. Но vk open api, не возвращает ни code ни state, но он сразу дает токен -
image

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

1 participant