-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response #16
Comments
Hi @maychenn! This is meant to be run in the Google Apps Script environment and calls on APIs/methods that are exclusive to that environment. Don't hesitate if you have any issues getting it setup there. Thanks! |
You'd actually want to add an additional parameter to do that. First, add this constant:
Then add Let me know if it works! |
That's actually what I tried, and I'm now getting an error that says this even when I take the attribution window portions out: Exception: Request failed for https://graph.facebook.com returned code 400. Truncated server response: {"error":{"message":"Invalid OAuth access token.","type":"OAuthException","code":190,"fbtrace_id":"Ab0OHVHQYS1rXAuAZm11xtW"}} (use muteHttpExceptions option to examine full response) (line 50, file "Code") Could it have to do with Graph v8.0 that just came out? I've checked that the tokens I'm using are still valid & I switched v7.0 to v8.0 |
Hi! Thank you so much for writing this code! It will be super helpful once I figure out how to run it.
I'm a complete beginner with Javascript, and I'm not getting a response when either running request or get using Node. Does the code need to be run in specific environment? or am I just missing something in the parameters?
The text was updated successfully, but these errors were encountered: