Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I′m trying to import data from Facebook mkt api into google sheets, however, there are some URL that seem to be working properly but there are others in which it returns the error of "Exception: Invalid argument:"

The URL that works is this one: https://graph.facebook.com/v9.0/act_57968134*****?access_token=***********

The URL that doesnt work is this one: https://graph.facebook.com/v9.0/act_57968134****?fields=campaigns{name}&access_token=***********

enter image description here

Does anybody know why this is happening? I tried other codes that I found in github but it′s the same, there is a problem with that specific URL...

Thank you a lot

question from:https://stackoverflow.com/questions/65888185/url-fetch-app-doesn%c2%b4t-fetch-the-desired-url

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

Thanks to Carlos M found the answer! Facebook Graph API not working on UrlFetchApp


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...