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?