In Twitter API How to check a tweet has been deleted on twitter if I check it via a Tweet id saved in my database -
I have used the Twitter API to bring Tweets with a special hash tag and all data stored in my database.
I am currently working in the main PHP
The API is working fine, thanks for Twitter
The problem now comes with the deleted tweets In fact, when the record of 100 latest tweets comes on my AJAX file, then I store them directly in my database, now with a flag view = "y" I want to be responsive to any tweets stored in my database Remove from twitter account Ha will be automatically set = "N" visible in your database.
I searched a lot on the internet but I got no respect. Please answer me and ask me if more information is needed.
Thanks for the overflow pile for a good community.
The only way to do what you are suggesting is to run some process that Reads the tweets from your database and can check to see if they are still.
You call and provide it a comma-delimited list of 100 tweets and then compare your return value to your criteria to see if the tweets you asked are still available or not.
You have to iterate yourself through the database 100 tweets at a time, depending on how many tweets you are accumulating, you can run in the rate range issues.
Comments
Post a Comment