What steps will reproduce the problem?
Here's some example code..
YouTubeRequestSettings settings = new YouTubeRequestSettings("twitterheatmap", developerKey, username, password);
settings.Credentials.AccountType = "GOOGLE";
I can see this code in gauthrequest.cs is overwriting the "GOOGLE" value:
GDataCredentials gdc = new GDataCredentials(gc.Username, gc.getPassword());
gdc.CaptchaToken = this.factory.CaptchaToken;
gdc.CaptchaAnswer = this.factory.CaptchaAnswer;
gdc.AccountType = this.factory.AccountType
What is the expected output? What do you see instead?
I'd like to be able to set the account type to fix the issue I'm seeing here:
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/102a2c6d59
568a70/
Original issue reported on code.google.com by admin%tw...@gtempaccount.com on 9 Oct 2010 at 6:44
Original issue reported on code.google.com by
admin%tw...@gtempaccount.com
on 9 Oct 2010 at 6:44