zilzar / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

VerificationMethod only lists first method #567

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
        Dim objCred As New GData.Client.GDataCredentials(UID,PWD)
        Dim objWT As New GData.WebmasterTools.WebmasterToolsService(AppName)
        objWT.Credentials = objCred
        Dim objQuery = New GData.WebmasterTools.SitesQuery
        Dim objSites As GData.WebmasterTools.SitesFeed = objWT.Query(objQuery)
        For Each objEntry As GData.WebmasterTools.SitesEntry In objSites.Entries

        Next

A direct call to the sites feed returns two verification methods. The first 
being meta and the second being htmlpage. It the case of this site the second 
is the one in use.

The above objEntry.VerificationMethod returns only the meta and does not return 
the htmlpage which is being used

Original issue reported on code.google.com by trevor.t...@gowww.biz on 14 Jan 2012 at 2:19

GoogleCodeExporter commented 9 years ago
Can you please capture the HTTP traffic with Fiddler and share the log with us?

Original comment by ccherub...@google.com on 17 Jan 2012 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 3 Sep 2012 at 11:50