using Vimeo API (OAuth2) from a desktop app

2014-11-24 Thread Phil Davis
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

Re: using Vimeo API (OAuth2) from a desktop app

2014-11-24 Thread David Simpson
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

Re: using Vimeo API (OAuth2) from a desktop app

2014-11-24 Thread Phil Davis
Thanks David - I'll take a look. Phil On 11/24/14 3:38 PM, David Simpson wrote: 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