V
V
Vladislav2014-09-25 14:31:36
Java
Vladislav, 2014-09-25 14:31:36

How to receive tweets addressed to the account in "live" mode?

As soon as a tweet arrives, you need to get it through the api. Is there any library to do this or does it have to check every n seconds for new tweets? And if you received this very tweet, then how to check that it is new, and not the one that also just processed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lolshto, 2014-09-25
@Lol4t0

You should look into User Streams or Site Streams depending on your usage pattern. To work directly with the API, you can use bindings

V
Vasily, 2014-10-05
@Applez

Read the API, if the site can provide notifications, then use it. Otherwise, only a request after n seconds, miracles do not happen.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question