Author: Tracy Pearson
Posted: 2018-09-06 at 13:15:43
I have worked with oAuth on two integrations.
1) Google Calendar. We ended up switching gears and are using a C# exe outside our main exe.
2) Constant Contact. We ended up writing a C# Web service to handle the oAuth callback. Once the user finishes the login, they need to click a button to fetch details from our web service.
oAuth 2.0 requires a callback, if I'm remembering correctly. VFP doesn't have that ability natively. Time constraints prevented me from attempting putting that in an FLL.
Good luck,
Tracy
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Chris Davis
Sent: Thursday, September 06, 2018 11:40 AM
To: profoxtech@leafe.com
Subject: RE: SOAP
Thanks Ted I have found and downloaded vfpoauth but have failed to get it to work
-----Original Message-----
From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of Ted Roche
Sent: Thursday, 06 September 2018 16:31
To: profoxtech@leafe.com
Subject: Re: SOAP
Chris:
I searched here: http://bfy.tw/Jl8C
and found this: https://archive.codeplex.com/?p=vfpoauth
HTH,
Ted
On Thu, Sep 6, 2018 at 11:24 AM Chris Davis <chrisd@actongate.co.uk> wrote:
> Thanks Stephen, I am struggling with oAuth at the moment, the
> documentation gives examples but obviously not in VFP and it looks
> like things like javascript and php include oauth modules.
>
> So if I can reword my question, has anyone got any oauth code