Re: REST API support (and OAuth too)

2015-10-23 Thread Mike Kerner
The dropbox library also uses oauth - but 1, not 2 There CAN be issues with REST API's, if the site in question implements TLS a certain way. I have a bug report in on this, but the team hasn't dealt with it, yet, presumably because it's a PITA to figure out, and they seem to think it's caused by

Re: REST API support (and OAuth too)

2015-10-23 Thread Roger Eller
This is a wonderful example of using a REST API with nothing but LiveCode. Read the .rtf manual included. http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip ~Roger On Fri, Oct 23, 2015 at 1:00 PM, Richard Gaskin wrote: > I periodically run into people who say they can't use LC with

Re: REST API support (and OAuth too)

2015-10-23 Thread Magicgate Software - Skip Kimpel
I would love to also have a solution to the OAuth issue as I run into this all the time. My gut feeling there is a way to deal with it, I have not found a way. SKIP KIMPEL On Fri, Oct 23, 2015 at 1:00 PM, Richard Gaskin wrote: > I periodically run into people who say they can't use LC with som

REST API support (and OAuth too)

2015-10-23 Thread Richard Gaskin
I periodically run into people who say they can't use LC with some REST APIs, but I've not been able to solicit specifics about what's not working for them. Most REST APIs require GET, POST, PUT, and DELETE. I know LC supports GET and POST, but are PUT and DELETE supported for HTTP as they ar