+++++
* Usergraph no longer supports Facebook's Python SDK.
* Userfull_name, Userurl, Usergender, Userhometown, Userlocation, Userbio, Userrelationship_status,
Userpolitical_views, Useremail, Userwebsite, Userlocale, Usertimezone, Userpicture and Userverified
are no longer persisted, but queried from Facebook and cached for 24 hours.
* The request object's 'facebook' attribute now has a 'signed_request' attribute that contains the result
of parsing the signed request with Facepy.
* The request object's 'facebook' attribute no longer has a 'page' attribute with information on
the Facebook page the application was loaded from.
* Fixed a race condition that caused multiple records to be registered for the same user.
* Users that refuse to authorize the application will now be directed to the view referenced by
the FANDJANGO_AUTHORIZATION_DENIED_VIEW setting.
* FACEBOOK_APPLICATION_CANVAS_URL is now FACEBOOK_APPLICATION_NAMESPACE.
* Facilitated for internationalization.
* Fandjango is now available in Norwegian.