Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any change i can search for anything in the Open Stream in Facebook?

Let´s say that i want to look for "obama", this will return all of the obama mentions for a bunch of people in their streams, so far I haven't found anything like this, probably only looking in one user stream, but not the whole stuff.

So, i haven't found a way to do this, but how come, sites like socialmention.com can do it? Do they query user by user streams? and how to do it without users permissions?

What do you guys think?

Thanks in advance!

Camilo

share|improve this question

1 Answer

up vote 5 down vote accepted

Just found the solution, you can find it here:

http://developers.facebook.com/docs/api#search

Thanks for the help!

Camilo

share|improve this answer
1  
You can use the following example: graph.facebook.com/search?q=STACK%20OVERFLOW&type=post – camilo_u May 31 '10 at 23:25
This is returning that have both stack and overflow, not necessarily "stack overflow". Is this expected? What if I dont want this behaviour? – Paulo Casaretto Dec 11 '12 at 16:15

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.