Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I find with Twitter "GET search" tweets by "text" field only? Not by the "from_user" and others.

share|improve this question

1 Answer

Can't you just use the q parameter with the standard search endpoint?

Something like this: http://search.twitter.com/search.json?q=searchTerm

share|improve this answer
No. For example I have tweet: "How can I find with Twitter "GET search" tweets by "text" field only?". My user name is "Shurikosha". I find: 'search.twitter.com/…; and I have several results including my "How can I find..." because this tweet from the user "Shurikosha". But the text of this tweet doesn't include word "Shurikosha". – Alexander Konstantinov May 3 '12 at 4:23
Not sure then - maybe you just have to iterate through the result and drop anything from your own username? – Jon Friskics May 3 '12 at 17:52
I tried it with other people user names. The results were the same. – Alexander Konstantinov May 4 '12 at 8:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.