Controller would be useful for a facebook canvas app where all requests are delegated to all the other controllers. The example facebook app shows the use of pyfacebook to handle requests on the index action in the default controller.
Is it possible to hookup pyfacebook in a DRY way that all controllers can handle facebook requests or controllers that can inherit from default.py or something like that?