* Drop OAuth1 support. See `OAuth1 deprecated <https://dev.fitbit.com/docs/oauth2/oauth-1-0a-deprecated>`_ * Drop py26 and py32 support
0.1.3
==================
* Support Intraday Time Series API * Use connection pooling to avoid a TCP and SSL handshake for every API call
0.1.2
==================
* Quick fix for response objects without a status code
0.1.1
==================
* Fix the broken foods log date endpoint * Integrate with travis-ci.org, coveralls.io, and requires.io * Add HTTPTooManyRequests exception with retry_after_secs information * Enable adding parameters to authorize token URL
0.1.0
==================
* Officially test/support Python 3.2+ and PyPy in addition to Python 2.x * Clean up OAuth workflow, change the API slightly to match oauthlib terminology * Fix some minor bugs
0.0.5
==================
* Switch from python-oauth2 to the better supported oauthlib * Add get_bodyweight and get_bodyfat methods