has anyone used `tap-bing-ads` by chance? i'm a bi...
# plugins-general
d
has anyone used
tap-bing-ads
by chance? i'm a bit confused that the tap appears to use a fixed refresh token for authorization, yet the Microsoft docs say that refresh tokens can expire at any point, and the examples from the Bing Ads Python SDK also seem to suggest the value can be treated as constant
v
Standard for refresh tokens is they stick around for a long long time, docs point to that as well there. I wouldn't worry about it, I've used a refresh token for the graph api from microsoft and haven't had one expire yet (one going on 2 years I believe )
Problem with api docs is there's lots of use cases, most of which aren't offline use cases. Now that I think about it, I'm using a clientid/secret pattern for most of my microsoft stuff, not refresh tokens so last point is moot but generally I'd just go with the refresh token until it caused me an issue
🤷 sorry I"m not much help havne't used bing ads
d
no worries, thanks for the response