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.
Hello DataChant, could you help me with something?
I would like to get the data from page fans like:
date page_fan_add
01/02/2019 12
02/02/2019 15
...
And I'm getting the data by Web.Contentes as you can see below:
let
Fonte = Json.Document(Web.Contents(
"https://graph.facebook.com/v3.2/2079445882318439? fields=name%2Cfan_count%2Clink%2Cusername%2Cposts&access_token=%...%"))
in
Fonte
I found this "page_fan_adds_by_paid_non_paid_unique" at the documentation but I don't know how and if I can use it at the URL, do you know something about it? Can I use it?
Best Regards,
Diego S. Lutckmeier