Forum Discussion
Anonymous
10 years agoNot applicable
facebook insights
Hi, I have an issue with connection to facebook insights. 2 weeks ago, everything was working fine. I was able to connect to all insights, but now from Power BI I can connect only to public insi...
FrugalEconomist
Helper III
10 years agoI think the problem is with Power BI, because I have no trouble pulling the data from R
library(Rfacebook)
getInsights(object_id="Put your object id here"
,token = "Put your token here"
,metric = 'page_impressions'
,period = "day"
, parms = "&since=2016-05-01"
, version = 2.6
)
Anonymous
10 years agoNot applicable
Yes, with token there is no problem, but there was a possibility to get insights from Facebook just by passing the metric you want to analyse. Of course, you have to be an admin of Facebook page.
problem with token is that token expires, and you have to get new token. But my customer doesn't want to check for new tokens. She just want to get insights from the page.