WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

Not getting Facebook access token from success result #36

Closed dkk009 closed 5 years ago

dkk009 commented 5 years ago

Not getting facebook access token after success full login, apart access token every thing is coming properly.

FirstName: * FacebookId:22** FacebookAccessToken:

WindSekirun commented 5 years ago

This is not a bug. You can get AvcessToken by AccessToken.getCurrentAccessToken() statement.

WindSekirun commented 5 years ago

Start from v 1.2.0, you can get accessToken of Facebook with LoginResultItem.accessToken.