As of now FQL will no longer be available and cannot be queried. I want to filter my /page/feed api call results to only page posts by others. currently i am getting posts by page as well as by others using /page/feed api call
Asked
Active
Viewed 52 times
0
-
http://stackoverflow.com/questions/13880326/get-posts-by-other-on-page-wall-facebook-api – Ajith Feb 13 '17 at 09:11
-
There is no extra filter for that. You can only read the whole feed, and then do filtering on your end. (Check the `from` field to see who made the post, your page, or someone else.) – CBroe Feb 13 '17 at 09:26
-
thank you @CBroe . Currently i have only page name with me, is there any way i can get page id from page name to filter data from my end as you said – Ajith Feb 13 '17 at 09:28
-
Just make an API request for the page name, that will give you the id. – CBroe Feb 13 '17 at 09:46