Re: OAuth over localhost findings.

2017-12-12 Thread Monte Goulding via use-livecode
> On 13 Dec 2017, at 8:17 am, Sean Cole (Pi) via use-livecode > wrote: > It > would be unreasonable to expect all of our app customers (especially as > many of these are not techie people) to set up a secure server on their > machines just to create a signable a document. That’s exactly what

Re: OAuth over localhost findings.

2017-12-12 Thread Sean Cole (Pi) via use-livecode
Hey Monte, The really interesting thing that we could utilise within the OAuth lib, regardless of whether the redirect is set to secure or insecure, once the navigation occurs we can capture the parameters returned from the URL. It would be unreasonable to expect all of our app customers (especial

Re: OAuth over localhost findings.

2017-12-11 Thread Monte Goulding via use-livecode
Hi Sean The HTTPS redirect uri requirement does make things a little trickier. A quick search indicates that a local HTTPS server is possible (Adobe’s Java SDK for sign uses one). I would need to research on the feasibility of implementing such a thing in LC though. At a minimum I suspect we wo

Re: OAuth 1.1

2014-11-19 Thread Mike Doub
Please do post it as I have been looking for this as well Thanks, Mike On Wednesday, November 19, 2014, David Bovill wrote: > Yes that would be great - in fact an oAuth 1.1 library on github would be > better? > > On Thu Oct 10 2013 at 12:55:21 PM Ben Rubinstein > wrote: > > > On 23/08/2013

Re: OAuth 1.1

2014-11-19 Thread David Bovill
Yes that would be great - in fact an oAuth 1.1 library on github would be better? On Thu Oct 10 2013 at 12:55:21 PM Ben Rubinstein wrote: > On 23/08/2013 23:21, J. Landman Gay wrote: > > On 8/23/13 2:51 PM, Ralph DiMola wrote: > >> I'm going to be using http rest application interface to Twitter

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

Re: OAuth 1.1

2013-10-10 Thread Ben Rubinstein
On 23/08/2013 23:21, J. Landman Gay wrote: On 8/23/13 2:51 PM, Ralph DiMola wrote: I'm going to be using http rest application interface to Twitter. I am doing the OAuth stuff and I need a HMAC-SHA1 hashing algorithm. Is that the same as LC's sha1Digest function? If not is there something in the

Re: OAuth 1.1

2013-08-23 Thread J. Landman Gay
On 8/23/13 2:51 PM, Ralph DiMola wrote: I'm going to be using http rest application interface to Twitter. I am doing the OAuth stuff and I need a HMAC-SHA1 hashing algorithm. Is that the same as LC's sha1Digest function? If not is there something in the Mark Smith library that will do the trick?

Re: OAuth, dropbox

2011-04-04 Thread Maarten Koopmans
Hi Mark, That still requires oauth, but more importantly, it's not supported by dropbox yet. Guess I'll have to write my own SDK. --Maarten On Monday, April 4, 2011, Mark Schonewille wrote: > Hi Maarten, > > If you can't use an SDK, you can still resort to the web api. > https://www.dropbox.com

Re: OAuth, dropbox

2011-04-04 Thread Mark Schonewille
Hi Maarten, If you can't use an SDK, you can still resort to the web api. https://www.dropbox.com/developers/web_docs This should work from within revBrowser for example. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twi

Re: OAuth

2011-01-27 Thread David Bovill
On 27 January 2011 14:37, Andre Garzia wrote: > On Thu, Jan 27, 2011 at 11:42 AM, David Bovill >wrote: > > > I'll work on it with you Harald, we could take some steps looking at this > > next weekend at a LiveCode TV event? I think Andre has some code knocking > > about? > > > > > I am trying to

Re: OAuth

2011-01-27 Thread Harald Müller
Cool! Am 27.01.2011 um 15:37 schrieb Andre Garzia: > On Thu, Jan 27, 2011 at 11:42 AM, David Bovill > wrote: > >> I'll work on it with you Harald, we could take some steps looking at this >> next weekend at a LiveCode TV event? I think Andre has some code knocking >> about? >> >> > I am tryi

Re: OAuth

2011-01-27 Thread Harald Müller
Sounds good! (I haven't seen anything on LiveCode TV until now , but I'll try ...) Am 27.01.2011 um 14:42 schrieb David Bovill: > I'll work on it with you Harald, we could take some steps looking at this > next weekend at a LiveCode TV event? I think Andre has some code knocking > about? > >

Re: OAuth

2011-01-27 Thread Harald Müller
Hi Mark, I managed posting to Facebook also, but not via clean OAuth. Anyway: Good luck with your commercial attempt! You are right, the open-source attempt with the Wiki didn't work well and I don't know how this can be done as "group work". But I think it's not clever when each of us goes the s

Re: OAuth

2011-01-27 Thread Andre Garzia
On Thu, Jan 27, 2011 at 11:42 AM, David Bovill wrote: > I'll work on it with you Harald, we could take some steps looking at this > next weekend at a LiveCode TV event? I think Andre has some code knocking > about? > > I am trying to finish it. The main issue right now is time to finish it. :D

Re: OAuth

2011-01-27 Thread David Bovill
I'll work on it with you Harald, we could take some steps looking at this next weekend at a LiveCode TV event? I think Andre has some code knocking about? On 27 jan 2011, at 14:18, Harald Müller wrote: > > > Hi all, > > > > has anybody made it thru OAuth already? There will be no way around OAuth

Re: OAuth

2011-01-27 Thread Mark Schonewille
Hi Harald, I made a system that successfully logs in on Facebook and posts messages. It isn't a general solution and it is still work in progress, but I think I am now able to do it for other systems as well, such as Twitter. Unfortunately, the open-source attempt failed completely and what I h

Re: OAuth

2010-12-15 Thread Thomas McGrath III
ute yet. > Walt > > -Original Message- > From: use-livecode-boun...@lists.runrev.com > [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richmond > Sent: Tuesday, December 14, 2010 1:55 PM > To: How to use LiveCode > Subject: Re: OAuth > > On 12/1

Re: OAuth

2010-12-14 Thread Alejandro Tejada
Hi Richmond, My top item in wish list for this Development platform is a Librarian who could write code. Just one. "A librarian is an information professional trained in library and information science, which is the organization and management of information services or materials for those with

RE: OAuth

2010-12-14 Thread Walt Brown
Mark, I tried, but when I clicked "Click here to edit this menu" it sent me back to the How It Works page. I didn't see how to either create a new page or edit existing ones. Thanks, Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runr

RE: OAuth

2010-12-14 Thread Walt Brown
hmond Sent: Tuesday, December 14, 2010 1:55 PM To: How to use LiveCode Subject: Re: OAuth On 12/14/2010 08:48 PM, Mark Schonewille wrote: > Hi, > > I put up the website at http://devwiki.runrev.info because several members on this mailing list expressed an interest in OAuth. Now that the website

Re: OAuth

2010-12-14 Thread Richmond
On 12/14/2010 08:48 PM, Mark Schonewille wrote: Hi, I put up the website at http://devwiki.runrev.info because several members on this mailing list expressed an interest in OAuth. Now that the website is on-line, nobody contributes. For this reason, I will take the website down before the end

Re: OAuth wiki

2010-11-24 Thread Mark Schonewille
That's great, David. So, here's what you do (again, because somehow people ignore this). Now you go to the website of the wiki. There, you will find a link "Admin". Click on that link. It takes you to a web form. Fill out the web form and mention that you registered for the wiki. Make sure to i

Re: OAuth wiki

2010-11-24 Thread David Bovill
Registered as "david" ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: OAuth wiki

2010-11-22 Thread Peter Haworth
Hi Mark, Just registered for the wiki. Looking forward to seeing how this helps with the Facebook project. Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On Nov 22, 2010, at 4:22 AM, Mark Schonewille wr

Re: OAuth wiki

2010-11-22 Thread Mark Schonewille
Hi Andre, I have updated your account. You can edit pages now To anyone who wants to have extended permissions for his Devwiki account too: please send me a message directly, off-list, or use the admin link on the front page of the wiki. Thanks. -- Best regards, Mark Schonewille Economy-x-Ta

Re: OAuth wiki

2010-11-22 Thread Andre Garzia
Mark, I've registered with the username andregarzia :-D Cool thing about OAuth that will enable Twitter and LinkedIn integration with a single effort. On Mon, Nov 22, 2010 at 10:44 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Thanks André, > > Please register on the wiki

Re: OAuth wiki

2010-11-22 Thread Mark Schonewille
Thanks André, Please register on the wiki and send me an e-mail to let me know with which user name you registered. I'll give you the necessary permissions to edit pages. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Tw

Re: OAuth wiki

2010-11-22 Thread Andre Garzia
Mark, I am very interested. I am working with OAuth right now in PHP and want to help create something for LiveCode On Mon, Nov 22, 2010 at 10:22 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hello, > > I have set up a wiki for anyone who is interested in OAuth. The wiki isn'