using Vimeo API (OAuth2) from a desktop app

David Simpson dsimpson at dotcomsolutionsinc.net
Mon Nov 24 18:38:50 EST 2014


Phil,
Andre had a posting earlier this year where he stated that he used OAuth2 for his FaceBook Lib:

https://www.mail-archive.com/use-livecode@lists.runrev.com/msg49456.html

And his FaceBook Lib is located here:

http://andregarzia.com/pages/en/facebooklib/


David Simpson
www.fmpromigrator.com



On Nov 24, 2014, at 3:27 PM, Phil Davis <revdev at pdslabs.net> wrote:

> Hey folks -
> 
> I need to write a Vimeo code lib so my desktop app can do stuff in a single Vimeo account - see a list of videos (with thumbnails), upload a video, get a video URL, etc. The API endpoints themselves are not a problem for me, but I'm stumbling on the initial OAuth2 handshake. My app is registered with Vimeo and I have the authorization info generated for it. The Vimeo API playground is very helpful regarding API calls, but not so much on the initial login. The Vimeo docs are written for those with more web dev experience than I have, so I need some help.
> 
> As I see it, I need a step-by-step rundown of the handshake/login/whatever process. Once I get as far as having the httpHeader I need for the first API request, I assume the headers won't change for subsequent requests. (I could be wrong but will cross that bridge when needed).
> 
> If you have experience with the new Vimeo API that uses oauth2, I would greatly appreciate any insights or steps you might wish to share.
> 
> Thanks -
> -- 
> Phil Davis
> _______________________________________________
> livecode-dev mailing list
> livecode-dev at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/livecode-dev




More information about the use-livecode mailing list