parse-community / ParseFacebookUtils-Android

A utility library to authenticate ParseUsers with the Facebook SDK
http://docs.parseplatform.org/android/guide/#facebook-users
Other
53 stars 63 forks source link

Only pull facebook-login dependency #52

Closed badoualy closed 4 years ago

badoualy commented 4 years ago

Currently the lib is adding a dependency to the whole facebook SDK which can be quite large.

This lib only needs the facebook-login part.

Jawnnypoo commented 4 years ago

Good call, thanks!