<?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: How to Access Blogger using PHP and GData Format</title>
	<atom:link href="http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/</link>
	<description>We Do Web Things</description>
	<lastBuildDate>Fri, 28 May 2010 17:35:41 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vivek</title>
		<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/comment-page-1/#comment-5374</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Sun, 15 Feb 2009 06:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/#comment-5374</guid>
		<description>Loads of thanks to you, now I can understand nearly all the GData Api&#039;s and How they work just because you explained this here,
I have a Big problem, I&#039;m using you class from phpclasses and i am able to post a simple text post but when I try to post xhtml content blogger returns status code 400 (400 BAD REQUEST  	Invalid request URI or header, or unsupported nonstandard parameter.) 
It would be great if you can help me with that and also your blogger class is&#039;nt properly parsing blogid from the metafeed which can be corrected by stripping blogid from the 
         $idText = split(&#039;-&#039;,$bloginfo[&#039;blogid&#039;]);
         $bloginfo[&#039;blogid&#039;] = $idText[2];
Now bloginfo will contain the blogid :)
But i still need help with that xhtml posting seeems like some encoding problems . Waitng for your reply ..</description>
		<content:encoded><![CDATA[<p>Loads of thanks to you, now I can understand nearly all the GData Api&#8217;s and How they work just because you explained this here,<br />
I have a Big problem, I&#8217;m using you class from phpclasses and i am able to post a simple text post but when I try to post xhtml content blogger returns status code 400 (400 BAD REQUEST  	Invalid request URI or header, or unsupported nonstandard parameter.)<br />
It would be great if you can help me with that and also your blogger class is&#8217;nt properly parsing blogid from the metafeed which can be corrected by stripping blogid from the<br />
         $idText = split(&#8217;-',$bloginfo['blogid']);<br />
         $bloginfo['blogid'] = $idText[2];<br />
Now bloginfo will contain the blogid <img src='http://www.ngoprekweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
But i still need help with that xhtml posting seeems like some encoding problems . Waitng for your reply ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamp Docs</title>
		<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/comment-page-1/#comment-5352</link>
		<dc:creator>Lamp Docs</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/#comment-5352</guid>
		<description>Doesn&#039;t work for me :( I think they have changed some methods and your code doesn&#039;t allow me to do what I want</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me <img src='http://www.ngoprekweb.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I think they have changed some methods and your code doesn&#8217;t allow me to do what I want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu Vijayan</title>
		<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/comment-page-1/#comment-4627</link>
		<dc:creator>Muthu Vijayan</dc:creator>
		<pubDate>Tue, 19 Jun 2007 01:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/#comment-4627</guid>
		<description>Tremendous Explanation that I was searching for quite 
some days...

Thanks dude.....</description>
		<content:encoded><![CDATA[<p>Tremendous Explanation that I was searching for quite<br />
some days&#8230;</p>
<p>Thanks dude&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eris Ristemena</title>
		<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/comment-page-1/#comment-162</link>
		<dc:creator>Eris Ristemena</dc:creator>
		<pubDate>Mon, 06 Nov 2006 13:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/#comment-162</guid>
		<description>Sure, anytime. But you should update to this: http://www.ngoprekweb.com/2006/11/04/clientlogin-authentication-for-zend-gdata/

Since the authentication i used in this post is Basic Auth where Google don&#039;t use anymore, they&#039;re replacing with ClientLogin or AuthSub.</description>
		<content:encoded><![CDATA[<p>Sure, anytime. But you should update to this: <a href="http://www.ngoprekweb.com/2006/11/04/clientlogin-authentication-for-zend-gdata/" rel="nofollow">http://www.ngoprekweb.com/2006/11/04/clientlogin-authentication-for-zend-gdata/</a></p>
<p>Since the authentication i used in this post is Basic Auth where Google don&#8217;t use anymore, they&#8217;re replacing with ClientLogin or AuthSub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Prosser</title>
		<link>http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/comment-page-1/#comment-161</link>
		<dc:creator>Michael Prosser</dc:creator>
		<pubDate>Mon, 06 Nov 2006 10:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/10/14/how-to-access-blogger-using-php-and-gdata-format/#comment-161</guid>
		<description>Hey!

You have just made my day. I spent about 3 days looking for a straightforward explaination of how to do this and here it is. Appearantly I was looking for some of the wrong things and of course some right things (found javascript version that was rediculously slow and complicated (2000 lines of code to do what you did with 200) Once again thank you for the tute.

I owe you one!</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>You have just made my day. I spent about 3 days looking for a straightforward explaination of how to do this and here it is. Appearantly I was looking for some of the wrong things and of course some right things (found javascript version that was rediculously slow and complicated (2000 lines of code to do what you did with 200) Once again thank you for the tute.</p>
<p>I owe you one!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
