Skip to content

Added VK Support

Compare
Choose a tag to compare
@edjiang edjiang released this 15 Jul 23:50
· 10 commits to master since this release

Added support for VK, the largest European social network.

Also added a convenience method for logging in. Now you can call .login() on any LoginProvider:

Facebook().login { (accessToken, error) in
  // Handle access token here
}