Closed andreifoldes closed 7 years ago
Based on the HTTP response (403), I don't think it's an fbRads
issue -- but rather an Azure firewall limitations. See eg the below threads:
So I think there's a whitelist for allowed domains (eg GitHub) where you can make connections from a notebook, but the Facebook Graph API is not among those.
Can you please double check? Eg a prior fbad_init
function runs without any problems?
Hello,
Seems plausible, thanks for pointing that out; fbad_init
runs with no problems
Hm, then https://graph.facebook.com is whitelisted, as the fbad_init
function uses the same graph.facebook.com domain for the API endpoint. Do you always get this error whenever you try to run fb_insights
? Did you try any other fbRads functions?
Seems to be related to Azure firewall and not really a problem in the package, but please reopen if that's not the case.
I would to use the package in a Microsoft Azure R Notebook, however after
it returns...