How do Twitter clients on a phone get notified of changes? -


i playing twitter api. when unlike using api, tweet disappears in tweetbot on phone. how mobile app know change? since api rate-limited quite aggressively, guess can’t polling. there kind of notification api events? or implemented using streaming api?

it streaming api. there’s event stream contains messages likes , unlikes.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -