I am using facebook graph api search post. I am unable to find the format in which query should be formed in the URL.
For example: I want to search for " X or Y AND Z "
https://graph.facebook.com/search?q=X | Y AND Z&type=post
I tried above but not getting the correct post.