orcasgit / python-fitbit

Fitbit API Python Client Implementation
Other
623 stars 330 forks source link

pass client_secret kwarg to fetch method #149

Closed brad closed 5 years ago

brad commented 5 years ago

This adds the client_secret kwarg to the fetch_token, making us compatible with newer versions of the oauth libraries, while retaining backward compatibility as much as possible.