0

I have a "Like"-object data from facebook:

{
    "name": "24",
    "category": "Tv show",
    "id": "14176232250",
    "created_time": "2010-10-29T17:46:27+0000"
}

it's possible to get all users, which have that "object" in their "likes"?

nukl
  • 10,073
  • 15
  • 42
  • 58

1 Answers1

0

It is not possible to retrieve information on users who like a page via either the Graph API or FQL.

Community
  • 1
  • 1
Lachlan McDonald
  • 2,195
  • 2
  • 21
  • 25