facepy v0.8.0 Release Notes

Release Date: 2012-06-22 // almost 12 years ago
  • โž• Added

    • You may now query application access tokens with get_application_access_token.
    • ๐Ÿ›ฐ SignedRequest.parse now returns a dictionary describing the payload of the signed request instead of a SignedRequest instance.
    • SignedRequest.__init__ now accepts arguments signed_request and application_secret_key and no longer facilitates for constructing arbitrary signed requests.
    • SignedRequest#generate no longer requires the provision of application_secret_key.
    • ๐Ÿ‘ GraphAPI now supports retries for get, post, delete, search and fql.
    • GraphAPI#get is now more intelligent about pagination and should no longer query Facebook for another page of results if the current page has less elements than limit.

    โœ‚ Removed

    • ๐Ÿšš SignedRequest#oauth_token and SignedRequest.OAuthToken have been removed (deprecated since v0.6).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused some exceptions to be returned rather than raised.