Good Evening,
I’m using this script, it works really good but I want it to show all the tweets by a User, actually it shows all the tweet containing the Keyword you write.
$.getJSON("http://search.twitter.com/search.json?callback=?&q=any_keyword
Is there any good way to filter the results or any other way to do it?
Thanks!
If I’m understanding you correctly, you want to retrieve tweets from a particular user.
This seems to work for me:
Just replace
<USERID>with the login of the user you are looking for.