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.
I'm trying to pull ad account data into R, but it keeps either failing or timing out. This could be to do with an API issue (as I know Facebook are having some problems at the moment), but I'm not convinced because the error message says:
Error in fbad_request(path = url$path, method = "GET", params = url$params, :
Unsupported get request. Object with ID 'vhttps:' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
This used to work fine with API v9.0, but today is the first time I've used it since that was deprecated - so wondering if it's version 10 that's actually causing the issue. Any help much appreciated.
Many thanks,
Jeremy
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to pull ad account data into R, but it keeps either failing or timing out. This could be to do with an API issue (as I know Facebook are having some problems at the moment), but I'm not convinced because the error message says:
Error in fbad_request(path = url$path, method = "GET", params = url$params, :
Unsupported get request. Object with ID 'vhttps:' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
Anonymised code below
This used to work fine with API v9.0, but today is the first time I've used it since that was deprecated - so wondering if it's version 10 that's actually causing the issue. Any help much appreciated.
Many thanks,
Jeremy
The text was updated successfully, but these errors were encountered: