Has anyone ever dealt with Celigo connecting to Ch...
# integrations
m
Has anyone ever dealt with Celigo connecting to Channeladvisor? I am having issues with renewing authorizations and have hit a wall.
t
Not channel advisor specifically, but what's the issue? Has it been working and now it's not or are you attempting to setup a new connection?
m
This is a new connection we are setting up.
t
So the issue is what?
Do you have screenshots of how it's setup now?
m
This is the error we are getting and our setup:
t
It looks like the docs say the client credentials are sent in the body, not the header
there is also an additional field there for access_type = offline and usually if you don't specify that on oauth, then you aren't given a refresh token and thus your access token is expiring
m
Would this be the "Send token via"?
l
@manderegg you need to create a bubble to get refresh token and use that in next bubble
i worked with this before and it working fine
t
@linavokolans that is very much not advised and you should never need to do that
l
@Tyler Lamparter Really! yes i used actaully Oauth but it not refreshing the token automatically
t
For what application?
l
channelAdvisor connector
t
@manderegg nvm, been reading the docs some more. Try this: Auth url = "https://api.channeladvisor.com/oauth2/authorize?access_type=offline&approval_prompt=force"