I use the Twitter4j and Android Facebook SDK to receive status messages. With Twitter4J, I get real-time notifications when a new status is added to the stream via StatusListener(Twitter4J). In the SDK for Facebook, I can’t find a similar way, I can only receive whole streams over and over for a fixed period of time using the RequestListener(Facebook SDK), as far as I can see.
Is there a way to get real-time status updates with the Facebook SDK just like with Twitter4J?
(Found a similar but unanswered question here: Facebook real-time updated application wall )
source
share