<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iKOZ &#187; signed</title>
	<atom:link href="http://blog.kosso.co.uk/category/signed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kosso.co.uk</link>
	<description>{ memoirs and scars of an interactive multimedia veteran }</description>
	<lastBuildDate>Sat, 10 Dec 2011 04:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Using PHP to connect to the new Google Blogger API</title>
		<link>http://blog.kosso.co.uk/2007/03/01/using-php-to-post-to-the-new-google-blogger-api/</link>
		<comments>http://blog.kosso.co.uk/2007/03/01/using-php-to-post-to-the-new-google-blogger-api/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 20:00:13 +0000</pubDate>
		<dc:creator>kosso</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[AuthSub]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[blogHUD]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Kosso]]></category>
		<category><![CDATA[open_ssl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[SHA]]></category>
		<category><![CDATA[signed]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[token]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kosso.co.uk/wp_blog/?p=368</guid>
		<description><![CDATA[Now, I have been battling with this on and off for ages. Soon Google will be moving all &#8216;old&#8217; Blogger accounts over to their Google Account system. This means that all those people who have third party applications to post to their blogspot Blogger accounts will need to switch over to the Google login and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://kosso.files.wordpress.com/2007/03/blogmove.gif" alt="blogmove.gif" align="left" />Now, I have been battling with this on and off for ages. Soon Google will be moving all &#8216;old&#8217; Blogger accounts over to their Google Account system. This means that all those people who have third party applications to post to their blogspot Blogger accounts will need to switch over to the Google login and system (and get a Google Account, if they don&#8217;t already have one) &#8211; rather like Yahoo! will be <a href="http://kosso.wordpress.com/2007/02/02/yahooflickr-ruccus/">doing to flickr users</a> on the Ides Of March &#8211; Beware! <img src='http://blog.kosso.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://code.google.com/apis/accounts/accessrequestpage.jpg"><img src="http://code.google.com/apis/accounts/accessrequestpage.jpg" align="right" border="0" height="126" width="200" /></a>All these third party apps will need to be upgraded too. The thing is, we all want security right? So, you really want to go and <a href="http://code.google.com/apis/accounts/RegistrationForWebApps.html">register your application with Google</a> to remove the big yellow Warning box you might start seeing a  lot of soon.</p>
<p>The documentation to do this with PHP has been non-existent, which I found pretty weird as I bet there are plenty of PHP-based systems out there offering the ability to post to Blogger. (<a href="http://bloghud.com">BlogHUD </a>is one that I created for Second Life, which is a model system for something bigger and &#8216;real&#8217; I have planned soon)</p>
<p>So, for those of you out there who are looking to do this for your own PHP systems hop on over to <a href="http://groups.google.com/group/Google-Accounts-API/t/72b0c4bda29ad31e"><strong>this post of mine</strong></a> on the Google Group for Google Accounts (crossposted to the <a href="http://groups.google.com/group/bloggerDev">Blogger Dev Group</a>) and see the link to the source PHP example I have provided down at the bottom of that post.</p>
<p>For those who can&#8217;t be arsed reading all the intro and explanation, here is a link to the PHP source example, where there are plenty of comments to explain what is going on, each step of the way.</p>
<p>This example only goes as far as listing a users&#8217; blogs, after obtaining a non-expiring secure token for your users, which itself has to be generated using secure signing methods. You&#8217;ll want to use this new-found knowledge to do cool stuff like post to the users&#8217; blogs.</p>
<p><a href="http://kosso.co.uk/PHP/blogger_google_secure_AuthSub.phps">http://kosso.co.uk/PHP/blogger_google_secure_AuthSub.phps</a></p>
<p>Man, am I glad to get that bug out of my head! It&#8217;s been there for months!!! I hope this helps others get the same out of theirs! <img src='http://blog.kosso.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You should be able to use this example to build a connection to any of the Google services. This is just using Blogger.</p>
<p>I will finish by saying that WordPress support for doing the same thing is EASY!! No problems. Ever. Whatsoever. Great job! <img src='http://blog.kosso.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Rockin!</p>
<p>I&#8217;ll also add that I don&#8217;t do this sort of thing much &#8211; and by that I mean posting my code up online. But I have learned SO MUCH (if not all foundation knowledge) on the web, that doing stuff like this makes me feel good. I can feel the Karma restoring &#8211; step by step <img src='http://blog.kosso.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kosso.co.uk/2007/03/01/using-php-to-post-to-the-new-google-blogger-api/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
	</channel>
</rss>

