javascript - Oauth 2.0 to vimeo using c#. Next step: uploading a video to vimeo -
i've been doing quite bit of research on how authenticate vimeo.
problem is, have yet find decent solution c#.
the wrappers i've found seems outdated , not have option upload video after authenticating.
any suggestions on should start?
would better/easier doing javascript?
if use vimeo's new api (https://developer.vimeo.com/api) use oauth 2.0 easier.
additionally, in either version of api uploading not need signed don't need authentication library part. need authentication until upload url, upload file without authentication, , complete file authentication.
Comments
Post a Comment