RE: sending a JSON string

2018-10-18 Thread Douglas Ruisaard via use-livecode
er so much! Now onto the next challenge... "bulk" uploading a whole slew of data point at once. Cheers Doug Douglas Ruisaard Trilogy Software (250) 573-3935 > > Message: 4 > Date: Wed, 17 Oct 2018 09:14:38 -0700 > From: "Douglas Ruisaard" > To: > Subj

RE: sending a JSON string

2018-10-17 Thread Douglas Ruisaard via use-livecode
know. > > In the meantime, if ANYONE has any other suggestions, I'd be extremely > grateful! > > Cheers > Doug > > Douglas Ruisaard > Trilogy Software > (250) 573-3935 > > > > > Message: 3 > > Date: Wed, 17 Oct 2018 00:10:05 +0100 > > From: Andre Alve

Re: sending a JSON string

2018-10-17 Thread pink via use-livecode
You can also try this: set the httpheaders to "Content-Type: application/x-www-form-urlencoded" delete URL("https://api.thingspeak.com/channels/564256/feeds.json?api_key=EQKTUQQKVH83D1RE";) - --- Greg (pink) Miller mad, pink and dangerous to code -- Sent from: http://runtime-revolution.278

Re: sending a JSON string

2018-10-17 Thread Douglas Ruisaard via use-livecode
d, 17 Oct 2018 00:10:05 +0100 > From: Andre Alves Garzia > To: How to use LiveCode > Cc: Douglas Ruisaard > Subject: Re: sending a JSON string > Message-ID: <41683bda-81ae-ac2e-1542-7d98f19ec...@andregarzia.com> > Content-Type: text/plain; charset=utf-8; format=flowed >

Re: sending a JSON string

2018-10-16 Thread Andre Alves Garzia via use-livecode
Douglas, I am pasting some code I've built here that should do what you want but when I try it, it returns a 401 error which is an authentication error. On that manual page you linked there is a notice about API keys and Channel keys, so maybe the key on this email is not the correct one. Thi