Authomatic v0.1.0 Release Notes

Release Date: 2015-07-01 // almost 9 years ago
    • Introduced the :attr:.User.access_token_response attribute.
    • ➕ Added support for :attr:.User.email and :attr:.User.link to the :class:.oauth1.Plurk provider.
    • The :class:.oauth1.Flickr provider doesn't make the redundant API call during :meth:.oauth1.Flickr.update_user anymore.
    • ✂ Removed support for :attr:.User.birth_date and :attr:.User.gender from the :class:.oauth1.Yahoo provider.
    • ➕ Added the :attr:.User.location attribute.
    • ✂ Removed support for :attr:.User.country and :attr:.User.city from :class:.oauth1.Twitter and :class:.oauth2.GitHub providers.
    • ✂ Removed support for :attr:.User.link and :attr:.User.picture from :class:.oauth1.Tumbler provider.
    • ✂ Removed support for :attr:.User.username and added support for :attr:.User.birth_date to :class:.oauth2.Facebook provider.
    • :class:.oauth2.Facebook provider now uses v2 api for user info request.
    • Removed the r_fullprofile and r_fullprofile scopes from :attr:.oauth2.LinkedIn.user_info_scope due to the Developer Program Transition <https://developer.linkedin.com/support/ developer-program-transition>__ and as a consequence removed support for :attr:.User.birth_date and :attr:.User.phone.