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

Twitter Profile Image #15

Closed dogeri28 closed 5 years ago

dogeri28 commented 5 years ago

Please include this functionality, that we can get the profile image url of the twitter account.

WindSekirun commented 5 years ago

i implemented '/1.1/account/verify_credentials.json' api in TwitterLogin Since 1.0.0 which will be officially released in a few days.

According to this api, we can add email, profilePicture, nickname information into LoginResultItem()

dogeri28 commented 5 years ago

Thank you, i was able to implement it using your advice

WindSekirun commented 5 years ago

Hey, finally i released 1.0.0 officially today! so we can get 'Twitter profile image' in Rx-way. check out new README, and apply feature and feedback to me. there are some changes of naming of class, so be careful to migrate to 1.0.0. thanks.