Re: WordPress REST API's

2018-06-26 Thread Stephen MacLean via use-livecode
Hi Todd, Thanks for the input… I was able to get it working, as you said, you need an oAuth plugin which I got and am able to connect fine. Didn’t know about postman and will check that out. I’ve had good success with the library, just some minor tweaks… working good. Will have to check out

WordPress REST API's

2018-06-26 Thread Todd Fabacher via use-livecode
> Hmmm...maybe Todd can chime in on this I asked him a a few months back > if it was good and safe to use in production...he said absolutely...so i > kinda passed that on. Yes, sorry I was a speaking at a conference. Hi Steve, I am happy to help. There are several ways to connect to the WP RE

Re: WordPress REST API's

2018-06-20 Thread Simon Smith via use-livecode
Hi Stephen Depending on what you are wanting to do, the WordPress API also supports Application Passwords (https://wordpress.org/plugins/application-passwords/) Basic Authentication (https://github.com/WP-API/Basic-Auth) and JSON web tokens (https://wordpress.org/plugins/jwt-authentication-for-wp-

Re: WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
Thanks Tom, appreciate the input! Best, Steve > On Jun 20, 2018, at 4:51 PM, Tom Glod via use-livecode > wrote: > > Hmmm...maybe Todd can chime in on this I asked him a a few months back > if it was good and safe to use in production...he said absolutely...so i > kinda passed that on. >

Re: WordPress REST API's

2018-06-20 Thread Tom Glod via use-livecode
Hmmm...maybe Todd can chime in on this I asked him a a few months back if it was good and safe to use in production...he said absolutely...so i kinda passed that on. Todd reads the mailing list, but he is super busy. if its critical. then maybe try to reach out directly and ask. He is

Re: WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
HI Todd, Thanks, I have it and am trying to use it. Looks like I need an oAuth plug-in for wordpress that allows user credentials as I am running a self hosted site. The one I’ve found so far that finally is giving me results is WP OAuth Server… but to get the user credentials, you need the pa

Re: WordPress REST API's

2018-06-20 Thread Tom Glod via use-livecode
Hey. You can find it on github. DP use it for their work. So it worksI was planning on using it on a project, but it fell through so I haven't needed it yet. https://github.com/digitalpomegranate/livecode-wp-restapi This is a well written library. On Wed, Jun 20, 2018 at 3:56 PM, Stephen Mac

WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
Hi All, Trying to get an update on the WordPress REST API’s… Was this coming in with LiveCode Connect? or something else? Also, does anyone have any experience successfully using Digital Pomegranates’s WPRestAPI? I am unsure of the authentication used and nothing seems to work. Any help is app