facepy v0.9.0 Release Notes

Release Date: 2014-02-12 // about 10 years ago
  • โž• Added

    • ๐Ÿ”„ Changed GraphAPI methods to return decimal.Decimal instances for floating-point numbers instead of float, which can cause precision losses not acceptable for financial operations.
    • Nested dictionaries, lists and sets are now automatically encoded as JSON.
    • You may now elect to not verify Facebook's SSL certificate.
    • You may now substitute colons with underscores in keys such as fb:explicitly_shared.
    • Facepy is now compatible with Python 3.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused parsing signed requests to fail when the user key is not present.