<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: zend php and google webmaster api II : wordpress mu auto-register</title>
	<atom:link href="http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/</link>
	<description>Unordered list of one element</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:32:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sha</title>
		<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/comment-page-1/#comment-8255</link>
		<dc:creator>sha</dc:creator>
		<pubDate>Sun, 14 Mar 2010 04:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=195#comment-8255</guid>
		<description>Hi thanks for this code. Do you have sample implementation of Zend Framework on getting the &#039;top seach queries&#039; and the &#039;Links in my site&#039; data inside google webmaster?</description>
		<content:encoded><![CDATA[<p>Hi thanks for this code. Do you have sample implementation of Zend Framework on getting the &#8216;top seach queries&#8217; and the &#8216;Links in my site&#8217; data inside google webmaster?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juust</title>
		<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/comment-page-1/#comment-3380</link>
		<dc:creator>juust</dc:creator>
		<pubDate>Tue, 16 Jun 2009 01:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=195#comment-3380</guid>
		<description>...and then i decided to dig into it, the solution is on the bottom of http://application-express-blog.e-dba.com/?p=25, in the returned authorization key is a crlf that you have to strip out,  that took me four hours to find.</description>
		<content:encoded><![CDATA[<p>&#8230;and then i decided to dig into it, the solution is on the bottom of <a href="http://application-express-blog.e-dba.com/?p=25" rel="nofollow">http://application-express-blog.e-dba.com/?p=25</a>, in the returned authorization key is a crlf that you have to strip out,  that took me four hours to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juust</title>
		<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/comment-page-1/#comment-3340</link>
		<dc:creator>juust</dc:creator>
		<pubDate>Wed, 10 Jun 2009 13:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=195#comment-3340</guid>
		<description>hai Andrea, 

Google implemented the gData api version 2 shortly after i posted this, sorry if it caused problems.  

Part of gwt-data can be accessed directly, but specific attributes like verification method are in the WT: namespace and can only be accessed through the V2-api. You can use &quot;?v=2&quot; in the request-url or &quot;GData-Version: 2&quot; in the request header. The new Zend distribution lets you specify a version parameter, &lt;a href=&quot;http://sandrine.reboul.free.fr&quot; rel=&quot;nofollow&quot;&gt;Sandrine&lt;/a&gt; got it running that way I think.

more info is on 
http://code.google.com/intl/nl-NL/apis/webmastertools/docs/2.0/developers_guide_protocol.html

hope that helps, if not, feel free to send me an email.
regards, Juust</description>
		<content:encoded><![CDATA[<p>hai Andrea, </p>
<p>Google implemented the gData api version 2 shortly after i posted this, sorry if it caused problems.  </p>
<p>Part of gwt-data can be accessed directly, but specific attributes like verification method are in the WT: namespace and can only be accessed through the V2-api. You can use &#8220;?v=2&#8243; in the request-url or &#8220;GData-Version: 2&#8243; in the request header. The new Zend distribution lets you specify a version parameter, <a href="http://sandrine.reboul.free.fr" rel="nofollow">Sandrine</a> got it running that way I think.</p>
<p>more info is on<br />
<a href="http://code.google.com/intl/nl-NL/apis/webmastertools/docs/2.0/developers_guide_protocol.html" rel="nofollow">http://code.google.com/intl/nl-NL/apis/webmastertools/docs/2.0/developers_guide_protocol.html</a></p>
<p>hope that helps, if not, feel free to send me an email.<br />
regards, Juust</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Olivato</title>
		<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/comment-page-1/#comment-3339</link>
		<dc:creator>Andrea Olivato</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=195#comment-3339</guid>
		<description>Thanks for the article, really need it.

I know it&#039;s quite old but I got a problem with website verification. After I put my meta in the website and changed your script from html verification to meta with



I got a Expected response code 200, got 400 Invalid request

I tried a lot of solutions, including curl direct PUT request but I always got a 400 error. Any Idea?

Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for the article, really need it.</p>
<p>I know it&#8217;s quite old but I got a problem with website verification. After I put my meta in the website and changed your script from html verification to meta with</p>
<p>I got a Expected response code 200, got 400 Invalid request</p>
<p>I tried a lot of solutions, including curl direct PUT request but I always got a 400 error. Any Idea?</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CristianR</title>
		<link>http://www.juust.org/index.php/zend-php-and-google-webmaster-api-2-wpmu-auto-register/2008/10/comment-page-1/#comment-68</link>
		<dc:creator>CristianR</dc:creator>
		<pubDate>Wed, 22 Oct 2008 23:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=195#comment-68</guid>
		<description>wow ... thnaks for the great article, I really really loved it. Bookmarked your blog, keep up the articles coming because I honestly find them very interesting. 

P.S: I also subscribed.</description>
		<content:encoded><![CDATA[<p>wow &#8230; thnaks for the great article, I really really loved it. Bookmarked your blog, keep up the articles coming because I honestly find them very interesting. </p>
<p>P.S: I also subscribed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
