Re: How to interface with third party API using URLs

2015-11-07 Thread Mike Kerner
http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip On Sat, Nov 7, 2015 at 1:28 PM, Peter Haworth wrote: > Thanks Mike. Where can I find that? > > Pete > lcSQL Software > Home of lcStackBrowser and > SQLiteAdmin

Re: How to interface with third party API using URLs

2015-11-07 Thread Peter Haworth
Thanks Mike. Where can I find that? Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Sat, Nov 7, 2015 at 10:09 AM, Mike Kerner wrote: > A good example is the phx_dropboxLib th

Re: How to interface with third party API using URLs

2015-11-07 Thread Mike Kerner
A good example is the phx_dropboxLib that Gugliermo wrote that has been updated and tweaked by the community On Sat, Nov 7, 2015 at 12:30 PM, Peter Haworth wrote: > Thanks Devin, I need to remember to always check your site when I'm looking > to get started with something! > > Pete > lcSQL Softw

Re: How to interface with third party API using URLs

2015-11-07 Thread Peter Haworth
Thanks Devin, I need to remember to always check your site when I'm looking to get started with something! Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Fri, Nov 6, 2015 at 5:

Re: How to interface with third party API using URLs

2015-11-06 Thread Devin Asay
Pete, See my notes at http://livecode.byu.edu/indexgeneric.php under Web Services. Pretty basic, and I may be missing some important points, but it might get you started. Devin > On Nov 6, 2015, at 2:52 PM, Peter Haworth wrote: > > I'm working on a project that requires I learn about using U

Re: How to interface with third party API using URLs

2015-11-06 Thread Peter Haworth
Thanks Andy, I'll take a look. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Fri, Nov 6, 2015 at 3:10 PM, AndyP wrote: > Hi Peter, I've found this site to be very useful > h

Re: How to interface with third party API using URLs

2015-11-06 Thread AndyP
Hi Peter, I've found this site to be very useful http://activethought.net/livecode-server/introduction/ for server related info. It may help you in your quest. - Andy Piddock My software never has bugs. It just develops random fe

Re: How to interface with third party API using URLs

2015-11-06 Thread Peter Haworth
Thanks Mark. So it sounds like I could use the Post command along with libURLFormData to send off the URL and then check the it variable to get whatever comes back. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: How to interface with third party API using URLs

2015-11-06 Thread Mark Wieder
On 11/06/2015 01:52 PM, Peter Haworth wrote: I'm working on a project that requires I learn about using URLs to interface to a third party API. I have been given php code that does what I need so I could just execute the php scrips from LC and grab the output. But should I ever need to make chan