You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Not sure what happened, because I just downloaded this package, but after trying to recover my accounts, I basically get this error:
accounts <- fbad_get_my_ad_accounts(token)
ERROR [2020-11-17 19:41:25] URL: https://graph.facebook.com/v8.0/me
ERROR [2020-11-17 19:41:25] Method: GET
ERROR [2020-11-17 19:41:25] Params: List of 1
$ fields: chr "adaccounts"
Error in fbad_request(path = "me", method = "GET", params = list(access_token = token, :
This is a bug in the fbRads package. Please report on GitHub with a detailed output: SSL connection timeout
The text was updated successfully, but these errors were encountered:
I'm also encountering errors that I think are due to bugs specifically to this package (not on Facebook's end).
I ended up using the reticulate package to call the Facebook Marketing API via Python within RStudio. Seems to work better for my needs than fbRads so far, since I only want to pull in data for analysis.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure what happened, because I just downloaded this package, but after trying to recover my accounts, I basically get this error:
The text was updated successfully, but these errors were encountered: