I am trying to create an application in C# to extract the crawl errors. Here is
my code
RequestSettings WebMasterSettings = new RequestSettings("SEOWebMasterApp",
"username", "password");
WebmasterToolsRequest wtr = new WebmasterToolsRequest(WebMasterSettings);
Feed<CrawlIssues> crawlIssues =
wtr.GetCrawlIssues("http%3A%2F%2Fwww%mywebsite%2Ecom%2F");
I am getting the following error. What am I missing?
Original issue reported on code.google.com by pfwebto...@gmail.com on 14 Feb 2013 at 5:36
Original issue reported on code.google.com by
pfwebto...@gmail.com
on 14 Feb 2013 at 5:36