Search Facebook Developers
Docs
Tools
Support
News
Apps
Log In
Created By
Gururaj B Pejathaya
11/07/2012 9:54pm
Subscribers (15)
Tags
search
graph api
Bugs
Open Graph api search not working
Status:
Duplicate
Priority:
Medium
Updated:
November 21, 2012 at 10:53am
Toggle 2 older responses
Latest response from Facebook
Stephen Doyle
We are already tracking this issue in another bug report. Thanks.
Marked as Duplicate of
open graph api search returning no data/posts
Jeff Bowen
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium
Jeff Bowen
Thanks for the report. We will follow up.
Status changed to Triaged · Priority changed to Low
When i do a search for posts with the below link
https://graph.facebook.com/search?q=watermelon&type=post
I get the result as
{
"data": [
]
}
And the search api was working on Tuesday.
Also i noticed that other searches except posts and user is working.
Could you please fix the issue ?
Steps to Reproduce:
https://graph.facebook.com/search?q=watermelon&type=post
gives the result as
{
"data": [
]
}
in all the places even in the api explorer
Expected Behavior:
search to work
Actual Behavior:
Search not working
API/SDK:
Graph API
6 people
can reproduce this issue by following these steps
Repro