How to get real-time status notification with Facebook SDK via listener

Posted by Mathias Lin on Stack Overflow See other posts from Stack Overflow or by Mathias Lin
Published on 2010-12-21T05:57:43Z Indexed on 2011/01/06 12:53 UTC
Read the original article Hit count: 293

Filed under:
|
|

I'm using Twitter4j and the Android Facebook SDK to fetch status messages. With Twitter4J I get real-time notifications whenever a new status has been added to the stream via StatusListener (Twitter4J). In the Facebook SDK I cannot find a similar way, I can only fetch entire streams over and over again in a fixed time interval using RequestListener (Facebook SDK) as far as I see it.

Is there any way to get notified of new statuses in realtime with the Facebook SDK in a similar way as with Twitter4J?

(Found a similar but unanswered question here: Facebook real-time updated application wall)

© Stack Overflow or respective owner

Related posts about android

Related posts about listener