Twitter API and operator -
i want make simple twitter api using json. idea posts known corporation (say bigcorporation) sent main corporation (@bigcorporation). idea main annoncements , filter out anytime bigcoporation answer question follower (i.e. bigcoporation tweets: @someguy anwering question)
so tweets from:bigcoporation @bigcorporation
i came api seem both @bigcorporation or from:bigcorporation tweets. want tweets @bigcorp , from:bigcorp
http://search.twitter.com/search.json?q=@bigcorporation&q=from:bigcorporation&result_type=mixed
your search query malformed.
it should be:
http://search.twitter.com/search.json?q=@edent%20from:edent&result_type=mixed
that show tweets have sent contains string "@edent"
Comments
Post a Comment