All Versions
41
Latest Version
Avg Release Cycle
127 days
Latest Release
1846 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.5.1 Changes
December 03, 2011โ Added
- It is now considerably easier to create signed requests programmatically.
-
v0.5.0 Changes
November 07, 2011โ Added
- Facepy now returns the complete API response instead of just its "data" attribute.
-
v0.4.2 Changes
November 03, 2011โ Added
- Facepy is now compatible with Python 2.4.
๐ Fixed
- ๐ Fixed a bug that caused a KeyError if the user's locale or country is missing from the signed request.
-
v0.4.1 Changes
November 02, 2011๐ Fixed
- ๐ Fixed a bug that caused a TypeError upon parsing signed requests in unicode.
-
v0.4.0 Changes
November 02, 2011โ Added
- โ Added support for parsing and reverse-engineering signed requests.
- โ Added support for file-like objects in POST and PUT.
-
v0.3.1 Changes
September 17, 2011๐ Fixed
- ๐ Fixed a bug that prevented the 'page' argument to GraphAPI#get from working correctly.
-
v0.3.0 Changes
September 16, 2011โ Added
- GraphAPI#get now has a new argument 'page', which returns a generator that iterates over each page of results.
-
v0.2.3 Changes
August 15, 2011โ Added
- The GraphAPI class may now be initialized by signed request.
-
v0.2.2 Changes
May 26, 2011๐ Fixed
- ๐ Fix a bug that caused non-JSON data (e.g. pictures) to raise a ValueError.
-
v0.2.1 Changes
May 10, 2011๐ Fixed
- ๐ Fix a bug that caused a TypeError if the 'path' argument is an integer.