Skip to content

Releases: slashkeys/FacebookAuth

Testability

14 Aug 12:48
Compare
Choose a tag to compare

Adds a public init to FacebookAuth.Result to allow host applications to better mock the authenticate method.

Permissions

12 Aug 22:47
Compare
Choose a tag to compare

Adds the ability to specify permissions when calling authenticate and adds the granted permissions to the result. It also adds a new ask(for: permissions) method to request previously declined permissions.

Optimizations

07 Aug 18:54
Compare
Choose a tag to compare

Breaking
Removes the viewController argument from the FacebookAuth initializer.

Initial release

07 Aug 17:02
Compare
Choose a tag to compare

Adds the most basic implementation of Facebook authentication.