alixandru / q2a-open-login

Question2Answer Open Login plugin
62 stars 44 forks source link

Please add VK login #58

Closed vyahhi closed 8 years ago

vyahhi commented 9 years ago

VK.com is the largest social network in Russia and Europe. Docs: https://vk.com/dev/openapi

alixandru commented 8 years ago

I'm afraid you will have to direct your request towards the HybridAuth project. This plugin uses HybridAuth internally and I have no plans to implement login providers outside of it.

vyahhi commented 8 years ago

Thank you for quick response!

vyahhi commented 8 years ago

By the way, VK is implemented in HybridAuth –https://github.com/hybridauth/hybridauth/blob/f2623a991e0627a885d79753623354cc17632c7c/additional-providers/hybridauth-vkontakte/Providers/Vkontakte.php.

"Vkontakte" is an old name of the VK social network.

alixandru commented 8 years ago

Oh, then simply drop it in the "providers" directory from the plugin. You should see it instantly in the Q2A Admin page and you can enable it from there.

Note: I see the current Hybridauth version is different from the one used in the plugin, but I hope the providers are compatible across versions. Let me know if you get any errors.