Project Description
VimeoDotNet is a wrapper for Vimeo Advanced API. It supports all of Advanced API's methods and the Upload API and provides them in a friendly way. VimeoDotNet is the engine behind the "Vimeo for Windows" project.

To use this project follow these steps:
- Download the latest version of VimeoDotNet from the Source Code page
- Add VimeoAPI projects to your solution
- Add a reference to VimeoAPI from your project
- Create an instance of Vimeo.API.VimeoClient
- Enjoy!
Visit
http://afsharious.wordpress.com/vimeodotnet/ for more information.
Available Methods:
activity
* activity.happenedToUser
* activity.userDid
albums
* albums.addToWatchLater
* albums.addVideo
* albums.create
* albums.delete
* albums.getAll
* albums.getVideos
* albums.getWatchLater
* albums.removeFromWatchLater
* albums.removeVideo
* albums.setDescription
* albums.setPassword
* albums.setTitle
channels
* channels.addVideo
* channels.getAll
* channels.getInfo
* channels.getModerated
* channels.getModerators
* channels.getSubscribers
* channels.getVideos
* channels.removeVideo
* channels.subscribe
* channels.unsubscribe
contacts
* contacts.getAll
* contacts.getMutual
* contacts.getOnline
* contacts.getWhoAdded
groups
* groups.addVideo
* groups.getAddable
* groups.getAll
* groups.getFiles [DEPRECATED]
* groups.getInfo
* groups.getMembers
* groups.getModerators
* groups.getVideoComments
* groups.getVideos
* groups.join
* groups.leave
* groups.removeVideo
groups.forums
* groups.forums.getTopicComments
* groups.forums.getTopics
oauth
* oauth.checkAccessToken
people
* people.addContact
* people.addSubscription
* people.findByEmail
* people.getInfo
* people.getPortraitUrls
* people.getSubscriptions
Needs fixing
* people.removeContact
* people.removeSubscription
test
* test.echo
* test.login
* test.null
videos
* videos.addCast
* videos.addPhotos
* videos.addTags
* videos.clearTags
* videos.delete
* videos.getAll
* videos.getAppearsIn
* videos.getByTag
* videos.getCast
* videos.getCollections
* videos.getContactsLiked [DEPRECATED]
* videos.getContactsUploaded [DEPRECATED]
* videos.getInfo
* videos.getLikers
* videos.getLikes
* videos.getSubscriptions
* videos.getThumbnailUrls
* videos.getUploaded
* videos.removeCast
* videos.removeTag
Has problems with multiple tags
* videos.search
* videos.setDescription
* videos.setDownloadPrivacy
* videos.setLicense
Needs fixing
* videos.setLike
* videos.setPrivacy
Needs fixing
* videos.setTitle
videos.comments
* videos.comments.addComment
* videos.comments.deleteComment
* videos.comments.editComment
* videos.comments.getList
videos.upload
* videos.upload.checkTicket
* videos.upload.complete
* videos.upload.getQuota
* videos.upload.getTicket
* videos.upload.verifyChunks
* File upload via POST (upload_multi)
You can check my blog for news and updates: http://saeedoo.com
Also check out the VimeoDotNet page on my blog for more info:
http://afsharious.wordpress.com/vimeodotnet/