How to always get the last tweet [duplicate]

1

I would like to know how I always get the last tweet from a specific account, not exactly from mine.

I have already managed to do it but in a static way, I mean, using node and locally, I make a request and I get the amount of tweets that I request at that moment.

Through this form, I get the last tweet but using refresh or pressing a button to update the page.

I leave this link here api twiter , it's a question that you ask some time ago

    
asked by Pedro Miguel Pimienta Morales 03.04.2016 в 02:36
source

1 answer

2

making a php script that runs through cron every X time, so every X minutes see twitter and update your databases with the user's tweet. Then, on the page where you show the tweet, take it out from your BD and not directly from twitter. I hope to explain.

    
answered by 06.04.2016 / 00:03
source