Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.02 KB

changes.rst

File metadata and controls

39 lines (30 loc) · 1.02 KB

Changelog

Version 2.0.0 (Future Release)

  • Support Graph API version 2.6.
  • Allow offline generation of application access tokens.

Version 1.0.0 (2016-04-01)

  • Python 3 support.
  • More comprehensive test coverage.
  • Full Unicode support.
  • Better exception handling.
  • Vastly improved documentation.

Version 0.4.0 (2012-10-15)

  • Add support for deleting application requests.
  • Fix minor documentation error in README.
  • Verify signed request parsing succeeded when creating OAuth token.
  • Convert README to ReStructuredText.

Version 0.3.2 (2012-07-28)

  • Add support for state parameters in auth dialog URLs.
  • Fixes bug with Unicode app secrets.
  • Add optional timeout support for faster API requests.
  • Random PEP8 compliance fixes.

Version 0.3.1 (2012-05-16)

  • Minor documentation updates.
  • Removes the develop branch in favor of named feature branches.