-1

I registered with "https://developer.vimeo.com/" - (Advanced API) & I have consumer key , secret etc..

I tried to get the list of videos using Scribe, SignPost Libraries. I hope vimeo implemented OAuth1.0a Version so it's asking me to visit AuthURL to produce AuthCode. Same we need to input for authorization. Now Coming to my Implementation, I need to get AuthCode (PIN/Verifier) without human interaction.

Also, Let me know if any RESTFul Service available with Vimeo Developer API.

My Programming Language: JAVA.

Thanks in advance for your inputs.

4

1 に答える 1

0

ACCESS_TOKEN と ACCESS_TOKEN_SECRET については、https: //vimeo.com/forums/topic:34314 を参照してください。例は、vimeo.php ライブラリを使用して php にありますが、そのライブラリで phpVimeo 関数を調べると、Java に変換される可能性があると確信しています。

これがお役に立てば幸いです

于 2013-08-28T12:58:37.467 に答える