Author: Chris Davis
Posted: 2018-09-06 at 13:50:36
Keeping it basic at the moment with MsXml2.XmlHttp
But I have noticed in the middle of vfpoauth there is a signrequest method that doesn't seem to be used ... I have also ventured into the vfptweetapi and that has the same function so I will delve deeper tomorrow
-----Original Message-----
From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of Tracy Pearson
Sent: Thursday, 06 September 2018 19:31
To: profoxtech@leafe.com
Subject: RE: SOAP
What are you using to make the web requests in VFP?
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Chris Davis
Sent: Thursday, September 06, 2018 2:12 PM
To: profoxtech@leafe.com
Subject: Re: SOAP
Progress I have managed to use vfpoauth to get my access token now I need to work out how to sign a request in vfp , I can get it to work in postman
> On 6 Sep 2018, at 19:01, Stephen Russell <srussell705@gmail.com> wrote:
>
> This might help?
>
> https://github.com/VFPX/VFPOAuth
>
>
>
>
>
>> On Thu, Sep 6, 2018 at 10: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