Forum Discussion
facebook insights
I also can no longer connect to insights. It worked last month, but when I went to refresh it this month, my source query is now broken :(
It doesn't look like Facebook made any chagnes since 2.6....
Did something happen on the PowerBI end? Tech team hasn't gotten back to me with an answer neither.
DataSource.Error: Facebook: Invalid parameter
Details:
DataSourceKind=Facebook
DataSourcePath=https://graph.facebook.com/
Detail=https://graph.facebook.com/v2.6/47270427529/insights/page_impressions/day?since=1465236947&limit=1000&until=1542025894
- Anonymous10 years agoNot applicable
Hi.
As I am aware of, this bug is already in resolving status on FB site.
I will let you know when they will fix it.
BR, Borut
- FrugalEconomist10 years agoHelper III
I saw a post in FB developer's help forum. Looks like the closest one got closed unresolved :(
I never heard back from Power BI devs neither...
- FrugalEconomist10 years agoHelper III
I 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
)