-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
Vkontakte OAuth2 provider #272
Conversation
Vkontakte provider doesn't work for me. I'm testing it on local machine application. I'm registering, configuring app on vk.com and write AppID and AppKey to omniauth.rb. After redirecting from vk.com development.log of my application looks like this: Started GET "/auth/vkontakte/callback?code=65b06699144b076fff" for 127.0.0.1 at Tue May 03 18:39:32 +0400 2011 NoMethodError (You have a nil object when you didn't expect it! |
@Ssherif could you provide error's traceback please? |
Trace:
|
yes, I overlooked this scenario, but it seems that user heydiplo already fixed it in his pull request #302 |
I tried to use latest github version of omniauth, but have the same prtoblem |
yes, it happened because it's not merged into master yet) you could use https://github.com/heydiplo/omniauth for now |
great, it's work! |
I added an OAuth2 provider for Vkontakte (vkontakte.ru is a major social network in Russia and CIS). They just recently added OAuth2 as an authentication option. I tested it thoroughly on my production site and it works fine.