* Information previously found in 'request.facebook_page' and 'request.facebook_user' are now found in 'request.facebook.page' and 'request.facebook.user', respectively.
2.2.0
+++++
* New feature: Facebook application tabs. * The 'facebook_user' attribute of the request object is now set to 'None' if no signed request. is availabe, or the user has not authorized the application.
2.1.0
+++++
* New feature: Usercreated_at. * New feature: Userlast_seen_at. * New feature: Userpicture. * Fixed a bug that prevented renewed OAuth tokens to be discarded. * Fandjango is now registered with Django's admin.
2.0.2
+++++
* Fix a bug that prevented the 'facebook_user' attribute of the request object from being set to false if no signed request was found or the user had not authorized the application.
2.0.1
+++++
* Fix a bug that caused permanent OAuth tokens to have their expiry set incorrectly.
2.0.0
+++++
* Facebook users that have authorized the application are now automatically registered in Fandjango's user model.