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.

I am able to fetch all the feed and than find the posts which have "approved_friend" as status_type.

I was wondering about, is there any way to filter feed by using fql such as;

select [columns] from [feed] where status_type="approved_friend"

So that i could only fetch approved friend posts from my feed.

I will appreciate any help that you guys would provide.

Thanks in advance,

share|improve this question
What have you tried? – ajacian81 Dec 20 '12 at 21:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.