I tried looking for a Django app to interface with Facebook's realtime updates API, but couldn't find one. I started my own implementation, but it's neither finished nor working yet.
Are there any Django apps that already take care of this?
My use case is I'd like to keep a local cache of Facebook's User model to prevent querying the Graph API on every page request. I'd like to segment content from my users into groups