api_key and api_secret should both be generated on www.vimeo.com
parameters is a hash
@vimeo.generate_url({"method" => "vimeo.videos.getInfo", "read",
"video_id" => "339189", "api_key" => @vimeo.api_key})
This example returns a url to the xml for the Vimeo video with id 339189
Provides easier access to RBVIMEO::User user = @vimeo.user
Provides easier access to RBVIMEO::Video video = @vimeo.video 339189
[Validate]