Facebook FQL: I want to get all the posts that a u

2019-08-03 07:12发布

问题:

I only want the posts( no likes or comments). Anyone can help with an idea?

回答1:

This isn't possible in FQL, consider using the regular Graph API and pagination on the following endpoint with read_stream permission

friend_id/feed?fields=message