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

Changed VK provider uid key #124

Closed
wants to merge 1 commit into from
Closed

Changed VK provider uid key #124

wants to merge 1 commit into from

Conversation

bragovo
Copy link

@bragovo bragovo commented May 16, 2018

Since version 5.0 https://vk.com/dev/version5 API returns ID instead UID. UID working only with old 4.x versions.

@joshbuker
Copy link
Member

Unfortunately I can't easily merge master into this to fix the travis-ci issue (no fork to push to). Closing.

@joshbuker joshbuker closed this Apr 9, 2019
@bragovo
Copy link
Author

bragovo commented Sep 16, 2019

https://vk.com/dev/version_update_2.0
4.x versions not working anymore.
This row user_hash[:uid] = user_hash[:user_info]['uid'] must use user_hash[:user_info]['id']

@bragovo
Copy link
Author

bragovo commented Sep 16, 2019

This PR #199 will fix it.

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

Successfully merging this pull request may close these issues.

2 participants