I'm developing a Facebook application that displays the user's friends and their status. To do so I'm looking for a way for Facebook to push status updates to my app server. In other words, an asynchronous status update notification mechanism. At present the application continuously polls the user's stream using a FBL request, which can become resource intensive as the number of users grows. Any thoughts?
[EDIT] : my application is not web-based but targets mobile phone networks, so there is no live web interface. For example, sending an SMS for each friend status update.