I’m developing a Google Ads node and the documentation recommends using libraries instead of http1. There isn’t an official library for javascript but there is a nice open source project wich covers that:
I’ve implemented some endpoints but for now I need to add the refresh token manually to create a “customer” object and use it to call methods.
My question is how can I get the refresh token’s value using the OAuth2 credentials? Usually it is added automatically with:
I think using the library could make things easier but where possible we don’t tend to add extra third party libraries so prefer using standard HTTP calls it also means if there is a bug we don’t need to wait for the library to make a change.
It looks like our node doesn’t have the user list option but what you could do is pop in a pull request for that node once completed to add in the user list side you are after or maybe fork the branch and work from that?