Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is a method to retrieve the fans count from a child of global Facebook page for example with the classics API-FB graph?

Because with this new feature that FB has implemented recently (I think november 2012), all the sub-pages have a fans count equals to the global page (then the sum of fans count of all children).

For example, with the following FB page (the page of FB-marketing) and executing this query in the developer API-tester (https://developers.facebook.com/tools/explorer), we can see that this page is a global page and has children. BUT when we open one of the children with opengraph the fans count is equal to the parent.

The FQL-Query of the example:

SELECT global_brand_child_page_id FROM page_global_brand_child WHERE parent_page_id=74100576336

Anyone has find a solution to retrieve the fans count (or likes for the page) of the children only?

share|improve this question
The counts for the child are in those pages' insights, aren't they? – Igy Feb 22 at 18:21
I think so, but I am not the owner of the pages. And calling it with opengraph, I get a response with the "likes" (= fans) count of the global page (every child have same number of fans (equal to the sum of all child)). – damoiser Feb 23 at 9:51
Yes, that's intentional and part of how the parent/child thing works - the specific like count for the child pages is only available in insights – Igy Feb 23 at 23:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.