Hi Folks,
Can anyone confirm that LCs oAuth works well in production and cross
platform?
Thanks,
Tom
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences
ou're done.
On Thu, Jul 30, 2020 at 5:09 PM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Back in 2018 when I was originally working with Google sheets, the OAuth
> authorisation once granted seemed to refresh automatically.
>
> That is, if a
Back in 2018 when I was originally working with Google sheets, the OAuth
authorisation once granted seemed to refresh automatically.
That is, if a call returned the 'unauthorised' error, calling OAuth with the
same parameters would briefly display a sheet dialog, but it wou
Hi Mike,
> Am 30.01.2018 um 15:58 schrieb Mike Kerner via use-livecode
> :
>
> I forgot that Gerard has a repo up, now. It's at
> https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a
> button for documentation or something like that at the top. That takes you
> to a second car
I forgot that Gerard has a repo up, now. It's at
https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a
button for documentation or something like that at the top. That takes you
to a second card that describes what you have to do. I am not aware of any
code that completely automa
Hi Mike,
> Am 29.01.2018 um 21:11 schrieb Mike Kerner via use-livecode
> :
>
> What is failing on mobile or other machines? Are you getting an error?
I can use MY accesstoken on MY machine, but that will not work on other
machines.
On other machines I need to implement th
1.2018 um 19:55 schrieb Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > What specifically would you like to know, Klaus?
> > use dropboxUpload to do an upload.
>
> yes, sure, that works on my machine, but not on other user computers and/or
&
uestion for the "OAuth app authorization flow" of Dropbox
and how to implement this in Livecode.
> Check out Gerard's Dropbox API v2 stack for a stack you can use to play so
> you can understand what's going on.
> I don't think he has his own repo, so you can dow
of all your paths in both Gerard's and LC's libraries.
On Mon, Jan 29, 2018 at 12:25 PM, Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi friends,
>
> OK, now I'm able to uplod files to my dropbox, but if I want to publish
> the app,
>
Hi friends,
OK, now I'm able to uplod files to my dropbox, but if I want to publish the
app,
I need to implement the "OAuth app authorization flow" of Dropbox into my app!?
The user will only be able to print to a PDF and then upload this PDF to his
Dropbox,
so nothing fancy
> 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
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
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
. This was to be my first
encounter with OAuth.
I looked at the docs and method used in the OAuth library in LC9 and realised
an issue. It suggests using a redirect_url of 127.0.0.1 (or ‘localhost’ as it’s
otherwise known). However, this cannot operate over https as no one would
provide a
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 th
lated, very few APIs are useful without OAuth support - is there a
> library in our community available under permissive license which provides
> that?
>
> TIA -
>
> --
> Richard Gaskin
> Fourth World Systems
> So
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
or HTTP as they are for FTP?
Related, very few APIs are useful without OAuth support - is there a
library in our community available under permissive license which
provides that?
TIA -
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobi
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:
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 a
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
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,
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
1.0a when Vimeo published their
new API <https://developer.vimeo.com/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 bunch of stuff that needs oAuth in
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 <https://developer.vimeo.com/api> (still in beta) which uses
> OAuth 2. We are getting
For my project, I abandoned my effort with 1.0a when Vimeo published
their new API <https://developer.vimeo.com/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
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'v
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 neede
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 generaliz
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
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 so
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
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? I'm still not getting the
Looks good Andre. Looking forward to more!
___
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
Hello Folks,
Today I managed to implement Google OAuth 2.0 authorization with LiveCode.
The library is very simple to use, it will authorize you but it will not
help you with the other thousand Google APIs. All it does is authorize
access to protected resources, you then access those resources
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
k.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce
On 4 apr 2011, at 19:28, Maarten Koopmans wrote:
> Hi,
>
> The downside of Livecode is that I haven't found an OAuth library,
> whe
Hi,
The downside of Livecode is that I haven't found an OAuth library,
where I can build dropbox integration on top of. Think downloading
files from dropbox to your iOS device or so.
Has anybody already started this journey, bevause it looks like there
are dragons if you can't
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
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
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
>>> for me and after looking at all those infos I found a very interesti
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
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
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 w
wnload the Installer Maker Plugin 1.5 for LiveCode here http://qery.us/ce
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
> for me and after looking at all those infos I found a very interesting
&
Hi all,
has anybody made it thru OAuth already? There will be no way around OAuth
for me and after looking at all those infos I found a very interesting
playground:
http://googlecodesamples.com/oauth_playground/index.php?
Once again I would like to work with others on this. Step by step
Same here. Good links.
-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comcast.net
On Dec 14, 2010, at 2:27 PM, Walt Brown wrote:
> I'm still trying to read all the OAuth stuff already available (among all my
> other time sinks), and didn't have anything to contrib
r weeks) of hard work
and figuring their methods and algorithms are not
as easy as some want us to believe...
Al
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/OAuth-tp3087738p3087968.html
Sent from the Revolution -
e-livecode-boun...@lists.runrev.com] On Behalf Of Mark Schonewille
Sent: Tuesday, December 14, 2010 1:49 PM
To: How to use LiveCode
Subject: OAuth
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
I'm still trying to read all the OAuth stuff already available (among all my
other time sinks), and didn't have anything to contribute yet.
Walt
-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Ric
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
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 of the year, unless contributions are made
As far as i know, the wiki is for developing libraries. It's not for sharing
any stack or script, so it is unlike revOnline. Currently, the only library in
development is oAuth. oAuth is indeed just a way to log into some Websites like
Facebook.
On 3 Dec 2010, at 15:18, Tiemo Hollmann TB
Hi Mark,
perhaps I am missing some basic IT knowledge and even after having read the
introduction of OAuth I don't know what's about. Perhaps you could explain
in a few words what is the signification of OAuth and the use for LiveCode
Developers Wiki. Why do you call it OAuth wi
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
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
Hello,
Just again, to make sure that nobody misses it:
- You can create an account for the OAuth wiki at http://devwiki.runrev.info
- after creating an account you have to send an e-mail OFF-LIST to me, to tell
me your user name
- once you have contacted me off-list, I will enable your account
wrote:
Hello,
I have set up a wiki for anyone who is interested in OAuth. The wiki
isn't only for the die-hard Livecodes amongst us. If you are somehow
interested, just register and watch us making progress. Input from
end-users of this project is highly appreciated.
You can find the
:
> Mark,
>
> I've registered with the username andregarzia
>
> :-D
>
> Cool thing about OAuth that will enable Twitter and LinkedIn integration
> with a single effort.
___
use-livecode mailing list
use-livecode@lists.run
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é,
>
> Pl
k.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Follow Economy-x-Talk on Facebook now and get a free Color Converter license
http://qurl.tk/gn (read the conditions)
On 22 nov 2010, at 13:36, Andre Garzia wrote:
> Mark,
>
> I am very interested. I am working with OAuth ri
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
Hello,
I have set up a wiki for anyone who is interested in OAuth. The wiki isn't only
for the die-hard Livecodes amongst us. If you are somehow interested, just
register and watch us making progress. Input from end-users of this project is
highly appreciated.
You can find the wiki at
63 matches
Mail list logo