* Fixed a bug that produced HTTP 500, causing 'Userpicture' to fail. * 'request.POST' is now reset to an empty QueryDict instance after overriding the request method of Facebook's initial request from POST to GET.
3.7.2
+++++
* Fixed a bug that caused a KeyError when Facebook lists the user's hometown and location incorrectly.
3.7.1
+++++
* Fixed a bug that caused a TypeError in Django's admin for models that were linked to Fandjango's User model.
3.7.0
+++++
* You may now find an instance of your favourite Graph API client (provided your favourite is either Facepy or Facebook's official Python SDK) initialized with the user's access token in 'Usergraph'. * You may now initialize Facebook's JavaScript SDK with the 'facebook_init' template tag.
3.6.3
+++++
* Fixed a bug that caused endless redirection for users who have granted the application offline access.
3.6.2
+++++
* Fixed a bug that caused Facebook Page profiles to raise an IntegrityError. * Fixed a bug that caused Facebook Page profiles to display with full name 'None None' in the admin.