Forum Discussion
ShadiHashem1
7 years agoQrew Cadet
Thanks for your response..
Python aside as I should be able to work with JSON requests through the webhook feature..
However I still have a problem with my Oauth credential.
I have set up Oath to run in javascript in a code page, which will be executed on a formula button.
this does prompt the user with the consent screen, but when I try to run a webhook afterwards using the JSON method, I get error messages that I am not authorized / logged in.
seems that either QB dropping the token extremely fast or not able to store it at all.
Any advise on this issue ?
Thanks
Python aside as I should be able to work with JSON requests through the webhook feature..
However I still have a problem with my Oauth credential.
I have set up Oath to run in javascript in a code page, which will be executed on a formula button.
this does prompt the user with the consent screen, but when I try to run a webhook afterwards using the JSON method, I get error messages that I am not authorized / logged in.
seems that either QB dropping the token extremely fast or not able to store it at all.
Any advise on this issue ?
Thanks
_anomDiebolt_
7 years agoQrew Elite
I would have to see the code to offer an opinion.