tomericco
tomericco

Reputation: 1604

Is it possible to use Facebook search in my app?

I'm developing a Facebook app. I wonder if I can use the original Facebook search engine in my app via their REST API. Is it possible?

Upvotes: 2

Views: 63

Answers (1)

Ram G
Ram G

Reputation: 4829

You can search over all public objects in the social graph with

https://graph.facebook.com/search?q=watermelon&type=post

q is query and type is object

Check the API docs (look for searching)

https://developers.facebook.com/docs/reference/api/

Upvotes: 3

Related Questions