All Versions
41
Latest Version
Avg Release Cycle
127 days
Latest Release
1481 days ago

Changelog History
Page 3

  • v0.6.9 Changes

    May 27, 2012

    โž• Added

    • Facepy will now raise OAuthError for authorization-related errors.
    • Facepy will now reuse the connection to Facebook.
  • v0.6.8 Changes

    April 25, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused a KeyError upon parsing errors without an error code.
  • v0.6.7 Changes

    April 23, 2012

    โž• Added

    • Facepy now raises GraphAPI.HTTPError for requests whose transport failed, and GraphAPI.FacebookError for requests that produced an error in Facebook's API.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused some errors to be ignored.
    • ๐Ÿ›  Fixed a bug that caused an error for empty batch responses.
  • v0.6.6 Changes

    March 28, 2012

    โž• Added

    • ๐Ÿ‘ Facepy now supports batch requests.
  • v0.6.5 Changes

    March 09, 2012

    โž• Added

    • โšก๏ธ Updated requests.
  • v0.6.4 Changes

    January 16, 2012

    ๐Ÿ›  Fixed

    • Fixed a bug that caused SignedRequest.User#has_authorized_application to be incorrect for signed requests with an user id, but no OAuth Token.
    • ๐Ÿ›  Fixed a bug that caused queries that returned 3xx status codes to yield a blank string
  • v0.6.3 Changes

    January 12, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused installation to fail in some circumstances.
  • v0.6.2 Changes

    January 10, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused a KeyError upon parsing a signed request that didn't include the user's age.
  • v0.6.1 Changes

    January 06, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused a NameError upon providing a list of strings as a Graph API parameter.
  • v0.6.0 Changes

    January 05, 2012

    โž• Added

    • Search results may now be paged.
    • ๐Ÿ”– facepy.VERSION is now facepy.__version__