Retriving Facebook posts from Profile via FB api
问题 I have registered an app in facebook developers program and I can retrieve posts from facebook page using fb api, but I cannot retrieve posts from facebook profile. Should I use some different access token for both page or profile? Is there a different way for retrieving posts from facebook page and profile? Any help will be appreciated! 回答1: You may need the user_status permission. And you call the posts using this graph query {USER_ID}?fields=statuses 回答2: Prerequisite:- You need to have