I have created Vimeo Pro Account and also application registered with the Vimeo API. After registered application i got client identifier and client secret key and also generated Access Token.
For integrating Vimeo api in android, i have used https://github.com/vimeo/vimeo-networking-java vimeo official library.
I have successfully authorize Client Credentials.
Please suggest me the way and steps to upload video on vimeo using it's official library.
Thank you!