Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Issue with fbad_get_my_ad_accounts() #134

Open
maibennett opened this issue Nov 18, 2020 · 1 comment
Open

Issue with fbad_get_my_ad_accounts() #134

maibennett opened this issue Nov 18, 2020 · 1 comment

Comments

@maibennett
Copy link

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
@hhissami
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants