Hello everyone and congrats on this excellent forum!
I'm trying to use PowerBI to retrieve data from my personal Facebook page (I have about 300 friends or so) but I'm not able to retrieve any of the "private" insights/* metrics.
For example, the following call just hangs forever "waiting for graph.facebook.com" and nothing happens:
= Facebook.Graph("https://graph.facebook.com/v2.3/Me/insights/page_fans")
And the same happens if I change it to any other private metric:
= Facebook.Graph("https://graph.facebook.com/v2.3/Me/insights/page_fans_by_country")
On the other hand, API calls to retrieve "public metrics" work just fine. For example:
= Facebook.Graph("https://graph.facebook.com/v2.3/Me/feed") or
= Facebook.Graph("https://graph.facebook.com/v2.3/Me/posts")
I wonder if anyone else has this problem... Is the PowerBI connector broken?
Thanks a lot for your help