pallets-eco / flask-social

OAuth Provider Integration for Flask-Security
MIT License
245 stars 103 forks source link

Vk provider #50

Closed lwolf closed 10 years ago

lwolf commented 10 years ago

Provider for Vkontakte social network.

eriktaubeneck commented 10 years ago

Sorry this has been sitting for so long. This is good to merge in, but I think I want to take a different approach to the documentation, especially as we add in other providers. I think it's sufficient to list out the different providers, but leave the examples to just FB/Twitter since it's basically the same pattern.

eriktaubeneck commented 10 years ago

Merged in the provider file, but not the documentation. I think that the current examples are clear.

eriktaubeneck commented 10 years ago

I also didn't see a way to get email from the user data in the documentation for the vk python module, so I left it blank (we've since added that). If it is possible, please update and submit another PR!

lwolf commented 10 years ago

Its impossible to get email from VK provider using API

eriktaubeneck commented 10 years ago

Cool, empty string it is! Thanks for the contribution.