Get all of a user's likes (all of them) with FQL

前端 未结 3 1134
不知归路
不知归路 2020-12-08 12:19

I\'m trying to get ALL of a user\'s likes with FQL. Following is my research including what I\'ve tried and the problems with each attempt.

1) The most simple method

3条回答
  •  悲哀的现实
    2020-12-08 12:20

    Sorry, you cannot pull all of the likes of a person using the /likes endpoint. We limit it to anything that has a FB page, which is any open graph object, sans articles. For example, if you like an open graph object that has an og:type of article, we don't return that in the graph api likes endpoint.

提交回复
热议问题