Forum Discussion
procyon82
10 years agoResolver I
Facebook Reactions
Hi, I am successfully getting the number of post likes from facebook, but I am struggling to find where to get 'reactions' data. Does anybody know where to get reactions data from?
- 10 years ago
According to this article, we can get Facebook reactions information with Graph API starting from v2.6. The Facebook connector in Power BI Desktop relies on the Facebook Graph API, and Power BI leverages v2.2 in all calls to the Facebook API now. If you want to get the reactions data using Power BI, you can first get the post id with default Graph API v2.2.
Then create another query using Graph API v2.7 as below.
Best Regards,
Herbert
Saqiba-Durrani
7 years agoNew Member
How can I get the number of likes from a Facebook post which is on public page. I use the same procedure as getting the number of comments on a post but the aggregate option becomes locked.