Fixed - Fixed an issue where pagination of nested resources would break.
1.0.5
Added - You may now specify the API version to use with `GraphAPI`.
1.0.4
Added - Facepy now proxies the error message from Facebook for 5XX responses. - Facepy now raises `FacebookError` on any response in the 5XX range.
1.0.3
Added - `FacebookError`, `HTTPError`, `OAuthError` and `SignedRequestError` are now available from the `facepy` module for convenience. - `GraphAPI` now raises `FacebookError` upon receiving HTTP 500 from Facebook.
1.0.2
Added - `GraphAPI` now accepts an argument `timeout`, which can be either `None` or an integer describing how many seconds to wait for a response.
1.0.1
Fixed - Fixed an issue where six would cause an `ImportError` unless already installed. It is now a direct dependency.