Thanks for the library, very useful! In PhotobucketMediaMethods.cs SetMediaDescription should URLEncode the description parameter on line 66: paramaters.Add(new QueryParameter(_description, OAuth.UrlEncode(description))); Cheers!