I’d like a cost and time quote for a VBSCRIPT class to handle interactions with the youtube api. Not a huge project but definitely a worthy one for Classic ASP.
Specifically, the class we need should be able to do the following: (names are suggestions only)
– Process the initial OAUTH token request (obj.GetRequestToken)
– Process the final OAUTH token (obj.GetApprovedToken)
– Upload video to a given user’s Youtube account that has an approved token (obj.uploadtoyoutube)
– Get a list of a given user’s Youtube videos (obj.GetUserVideos)
The deliverable must be written as a class, must be 100% vbscript, and use OAUTH for the token approval process. Please keep in mind for your estimate that there is no interface requirement; just a couple of response.writes will be sufficient to show that the class is functioning.
