Vimeo / OAuth 2.0

I’m looking for a solution to upload video files automatically to
vimeo.com; I’ve already created an app on the platform.
I’ve found the following component on
GitHub: GitHub - dannyrich/CFVimeoAPIWrapper: A Coldfusion wrapper for the Vimeo API
Unfortunately, that seems to use OAuth 1.0; but vimeo should have OAuth 2.0.
Has anybody done a “vimeo-uploader” cfc for 2.0; or is there a working
OAuth 2.0 cfc available?

I don’t know anything specific to Vimeo, but I took a brief look at Danny’s Vimeo Wrapper and it doesn’t look terribly complex, so I’d say your best bet would probably be to fork it and update it to support OAuth 2. It’d mean you wouldn’t have to build something from scratch and when you’re done, the rest of the CFML community will have a modernized tool to help them with their own projects as well. Sounds like a great deal for everyone involved in my opinion. =)

-Jordan----- Original Message -----
From: “Juerg Anderegg” <@Juerg_Anderegg>
To: lucee@googlegroups.com
Sent: Friday, July 3, 2015 4:33:01 AM
Subject: [Lucee] Vimeo / OAuth 2.0

I’m looking for a solution to upload video files automatically to
vimeo.com; I’ve already created an app on the platform.
I’ve found the following component on
GitHub: GitHub - dannyrich/CFVimeoAPIWrapper: A Coldfusion wrapper for the Vimeo API
Unfortunately, that seems to use OAuth 1.0; but vimeo should have OAuth 2.0.
Has anybody done a “vimeo-uploader” cfc for 2.0; or is there a working
OAuth 2.0 cfc available?


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/779d7e3c-6957-4c12-93fe-2f4d0fd1d2f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

There’s also an oAuth lib on Riaforge : http://oauth2.riaforge.org/On Friday, 3 July 2015 11:33:01 UTC, Juerg Anderegg wrote:

I’m looking for a solution to upload video files automatically to
vimeo.com; I’ve already created an app on the platform.
I’ve found the following component on GitHub:
GitHub - dannyrich/CFVimeoAPIWrapper: A Coldfusion wrapper for the Vimeo API
Unfortunately, that seems to use OAuth 1.0; but vimeo should have OAuth
2.0.
Has anybody done a “vimeo-uploader” cfc for 2.0; or is there a working
OAuth 2.0 cfc available?