using facebook graph api I can retrieve public information , for example, using
https://graph.facebook.com/search?q=watermelon&type=post&access_token=xxxxx
I can pull public posts. I would like to restrict the public posts output - which contains status messages, links and photos . The only type of post I actually need is status messages. Is there any way to restrict the searching?
Any suggestion would be helpful,
Thanks in advance !