Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
lly via use-livecode < >>> use-livecode@lists.runrev.com> wrote: >>> >>>> Same here, I couldn’t get oAuth working for Intelligent Office in LC but >>>> using the same credentials it worked ok through Postman… >>>> -- >>>> C

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
et oAuth working for Intelligent Office in LC but >>> using the same credentials it worked ok through Postman… >>> -- >>> Colin Kelly >>> M 07951 920680 >>> From: use-livecode on behalf of >>> Andrew at MidWest Coast Media via use-livecode <

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread Sean Cole (Pi) via use-livecode
redentials it worked ok through Postman… > >> > >> -- > >> Colin Kelly > >> M 07951 920680 > >> > >> > >> From: use-livecode on behalf of > >> Andrew at MidWest Coast Media via use-livecode < > >> use-livecode

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread matthias rebbe via use-livecode
Media via use-livecode < >> use-livecode@lists.runrev.com> >> Reply to: How to use LiveCode >> Date: Friday, 11 June 2021 at 17:13 >> To: "use-livecode@lists.runrev.com" >> Cc: Andrew at MidWest Coast Media >> Subject: Re: Collaborative help request

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Sean Cole (Pi) via use-livecode
June 2021 at 17:13 > To: "use-livecode@lists.runrev.com" > Cc: Andrew at MidWest Coast Media > Subject: Re: Collaborative help request for oAuth2 access to DocuSign > > I was never able to get oAuth working for Canvas LMS even though the same > workflow worked on Po

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Colin Kelly via use-livecode
2021 at 17:13 To: "use-livecode@lists.runrev.com" Cc: Andrew at MidWest Coast Media Subject: Re: Collaborative help request for oAuth2 access to DocuSign I was never able to get oAuth working for Canvas LMS even though the same workflow worked on Postman. —Andrew Bell S

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Andrew at MidWest Coast Media via use-livecode
I was never able to get oAuth working for Canvas LMS even though the same workflow worked on Postman. —Andrew Bell > > Subject: Re: Collaborative help request for oAuth2 access to DocuSign > > I?ve still not been able to make any headway with getting oAuth to work for > DocuSi

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Pi Digital via use-livecode
I’ve still not been able to make any headway with getting oAuth to work for DocuSign. Anyone have any ideas? Sean > On 9 Jun 2021, at 20:31, Pi Digital via use-livecode > wrote: > > Yep, exactly. So that is where DocuSign should send back a redirect that is > picked up by the oAuth2 LC lib

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Pi Digital via use-livecode
Yep, exactly. So that is where DocuSign should send back a redirect that is picked up by the oAuth2 LC library. From there it should continue with the LC code. But the only way out at the moment is to press Cancel. I think the red message is not relevant as it always seems to be there. What I

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
I pressed the send button to early... When i continue, i got logged in and see the normal developer account page in the "oauth" window. > Am 09.06.2021 um 21:15 schrieb matthias_livecode_150...@m-r-d.de: > > Tried it here with your script, but currently the 'login" page shows an > additional

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
Tried it here with your script, but currently the 'login" page shows an additional text in red saying "DocuSign is temporarily unavailable. Please try again momentarily.". > Am 09.06.2021 um 20:04 schrieb Sean Cole (Pi) via use-livecode > : > > Hi All, > > Until now I have been using SOAP

Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Sean Cole (Pi) via use-livecode
Hi All, Until now I have been using SOAP to connect to Docusign without the need for oAuth2. However, they will soon (August 16th, 2021) require oAuth2 entry. To make it easier for us to play together, I've created a temp gmail and DocuSign account. The code I'm using is as follows: // local sDo