Simplicity Versions Save

A simple way to implement Facebook and Google login in your iOS apps.

2.0.1

7 years ago
  • Simplicity now presents on the topmost view controller in the presentation hierarchy

2.0

7 years ago

Updated to Swift 3 (Xcode 8).

  • Swift 2.3 (Xcode 8) support on branch swift2.3
  • Swift 2.2 (Xcode 7) support on version 1.0.2

1.0.2

7 years ago

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
}

1.0.1

8 years ago

Fixed Carthage support

1.0

8 years ago

An easy way to login with Facebook or Google.

Supports:

  • Login with Facebook
  • Login with Google
  • OAuth 2 Scopes
  • Facebook's "Auth Type" feature
  • Extensible to more providers