Forum Discussion
Facebook Page Likes
- 10 years ago
I believe this is explicitly prevented by Facebook for either privacy and/or corporate IP purposes
Can you please share the M expression?
Facebook made some changes recently, and you cannot use the Facebook connector to read user likes.
DataChant
Of course,
let
Source = Facebook.Graph("https://graph.facebook.com/v2.2/rgmtecnologia/insights/page_fans"),
#"Removed Other Columns" = Table.SelectColumns(Source,{"values"}),
#"Expanded values" = Table.ExpandTableColumn(#"Removed Other Columns", "values", {"value", "end_time"}, {"value", "end_time"})
in
#"Expanded values"
I can no longer read the tanned of the users? Is there another way to get this information for power bi?
Thanks for your help.
- DataChant8 years ago
Most Valuable Professional
Hi Anonymous
You cannot read insights any longer using the Facebook connector. If you are an admin of the page you can still do it using Web.Contents, but you will need to get a page access token, which are challenging to get if you are not developer. Will you be satisfied with a report that requires contact manual update to the access token? - gabriel_2648 years agoFrequent Visitor
Good morning! What do you mean by "web.contents"? I'm facing the same problem but can't figure it out.
Thanks!