In the Code below
Dim dl As New YahooManaged.Search.Diverse.API.SiteExplorerDownload
Dim resp As YahooManaged.Search.Diverse.API.SiteExplorerResponse =
dl.DownloadInLinks(url)
the function DownloadInLinks has two overloads either use URI as system.uri or
a URL of a site.
when i use URL as string It returns an Exception as formate of URI is not
currect.
when I use URI in the parameter then i get resp.connection.status = 400 always
What is going wrong in the code.
Original issue reported on code.google.com by alokkuma...@gmail.com on 28 Dec 2011 at 12:08
Original issue reported on code.google.com by
alokkuma...@gmail.com
on 28 Dec 2011 at 12:08