upload videos directly to Vimeo with URL return

0

Friends could help me in an issue where I'm developing an app where I upload videos to the server, but I'm having problems in the playback and storage of the videos, since these videos take up a lot of space on the server, so I'd like to To upload videos through Vimeo this would save me from having headaches, but I downloaded several examples and I researched a lot about it, but I did not succeed, would anyone have any examples of uploading with objective-c or through or java? >     

asked by anonymous 17.12.2015 / 12:41

1 answer

1

Vimeo has its own API, it's very well documented, and with good examples, if you know how to create the integration to upload, you should not have too many problems.

link

link

  

It is a REST API, so it supports the HTTP verbs required for the   integration, you must have a REST Client.

In the documentation for two implementations of the JAX-RS , there are some examples to create a REST Client.

link

link

    
17.12.2015 / 14:42