Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 !

share|improve this question

1 Answer

Find out if the information you seek is avaible via FQL instead. If it is, specify only the fields that you want back.

share|improve this answer
It's not available via FQL , what any other option do I have ? – Itamar Jul 30 '12 at 21:32
I'm sorry but I don't think that it's possible to filter the results the way you want to. – Gil Birman Jul 30 '12 at 21:57

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.