Lance
Lance

Reputation: 4820

Use FB API to get the pages that a page likes?

I've been looking at the documentation for the FB API as it pertains to pages to see if I can get the pages that given page likes and all I can see is a field that lets you get the number of users who like a given page. But, I can't seem to find a field that returns an array containing the ids and names of pages that the page itself likes. This works fine in the API explorer when trying to get the likes of a users.

I just use GET

/me?fields=likes

But, for a page... it doesn't seem to work.

Any ideas?

Upvotes: 1

Views: 472

Answers (1)

Related Questions