Re: Oauth in Livecode?

2014-05-05 Thread Andre Garzia
Howard, As far as I can tell this article is a complete FUD. What it is saying is that someone could use the redirect URL part of the OAuth 2.0 cycle to redirect you to some place else. This is the same thing as opening any phishing site. If you open a website, click for example "Login with Faceb

Re: Oauth in Livecode?

2014-05-05 Thread Howard Bornstein
And of course, there's this: http://lifehacker.com/security-flaw-found-in-oauth-and-openid-heres-what-it-1570872265 On Mon, May 5, 2014 at 2:00 PM, Dar Scott wrote: > I’ve created an OAuth 1 in the past for Evernote all in LiveCode plus the > favorite browser. So, it can be done, but I won’t

Re: Oauth in Livecode?

2014-05-05 Thread Dar Scott
I’ve created an OAuth 1 in the past for Evernote all in LiveCode plus the favorite browser. So, it can be done, but I won’t say it is not hard. I did run into some OAuth 2 problems with a kiosk that connected to ConstantContact and used an alternate security. Those problems were related to th

Re: Oauth in Livecode?

2014-05-05 Thread Phil Davis
I didn't get far enough with 1.0a to be helpful - never got it to actually work. Sorry! Phil On 5/5/14, 1:24 PM, Monk in Exile wrote: Yes - 1.x sucks. Still I need it. Phil you got any code to share? On 5 May 2014 20:43, Phil Davis wrote: For my project, I abandoned my effort with 1.0a wh

Re: Oauth in Livecode?

2014-05-05 Thread Monk in Exile
Yes - 1.x sucks. Still I need it. Phil you got any code to share? On 5 May 2014 20:43, Phil Davis wrote: > For my project, I abandoned my effort with 1.0a when Vimeo published their > new API (still in beta) which uses > OAuth 2. We are getting ready to create

Re: Oauth in Livecode?

2014-05-05 Thread Phil Davis
For my project, I abandoned my effort with 1.0a when Vimeo published their new API (still in beta) which uses OAuth 2. We are getting ready to create the new code lib very soon. Phil On 5/5/14, 5:36 AM, Monk in Exile wrote: Any updates on this - I've got a b

Re: Oauth in Livecode?

2014-05-05 Thread Andre Garzia
OAuth 1.0 and 1.0a sucks! Horrible specs and hard to implement. On the other hand OAuth 2.0 is quite easy to implement. I've did that for Facebook Lib. Does the API you need has an OAuth 2.0 endpoint? On Mon, May 5, 2014 at 9:36 AM, Monk in Exile wrote: > Any updates on this - I've got a bunch o

Re: Oauth in Livecode?

2014-05-05 Thread Monk in Exile
Any updates on this - I've got a bunch of stuff that needs oAuth in various flavours. On 1 February 2014 04:36, Phil Davis wrote: > Hi Geoff, > > I'm currently working on a Vimeo code lib that includes Vimeo's OAuth 1.0a > implementation to the extent it's needed for logging in and using parts

Re: Oauth in Livecode?

2014-01-31 Thread Phil Davis
Hi Geoff, I'm currently working on a Vimeo code lib that includes Vimeo's OAuth 1.0a implementation to the extent it's needed for logging in and using parts of their Advanced API. ( https://developer.vimeo.com/apis/advanced ) I know Andre had hopes of creating a more generalized OAuth lib in

Oauth in Livecode?

2014-01-31 Thread Geoff Canyon
I see references online to various efforts toward this, but I don't see any actual working code. Am I missing it? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr