<?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; Google</title>
	<atom:link href="http://blog.kosso.co.uk/category/google/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>
		<item>
		<title>Blogger Google Data support?</title>
		<link>http://blog.kosso.co.uk/2007/02/21/blogger-google-data-support/</link>
		<comments>http://blog.kosso.co.uk/2007/02/21/blogger-google-data-support/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 16:27:06 +0000</pubDate>
		<dc:creator>kosso</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[GData]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://kosso.co.uk/wp_blog/?p=353</guid>
		<description><![CDATA[OK. So I have recently been working to support the new Blogger / Google logins to post to Blogger blogs. I was easily able to register my app to remove the warning on the login page, but they offer no support of how to actually &#8216;sign&#8217; the request to keep them secure. I have posted [...]]]></description>
			<content:encoded><![CDATA[<p>OK. So I have recently been working to support the new Blogger / Google logins to post to Blogger blogs. I was easily able to register my app to remove the warning on the login page, but they offer no support of how to actually &#8216;sign&#8217; the request to keep them secure.</p>
<p>I have posted to both the <a href="http://groups.google.com/group/bloggerDev">Blogger Data API Group</a> and the <a href="http://groups.google.com/group/Google-Accounts-API">Google Accounts API Group</a> but it seems like I am dealing with some kind of &#8216;dark art&#8217;.</p>
<p>I think it&#8217;s a good idea to make connection for secure for people, but they are about to &#8216;force&#8217; their bloggers to the new system, yet offer no support on how application developers like myself are to support this new &#8216;secureness&#8217;.</p>
<p>Even the <a href="http://framework.zend.com/download/gdata">Zend GData framework</a>, which is available does not appear to handle the secure method required. I also cannot use this without upgrading my PHP and installing some more stuff. But there is no need, as PHP and Curl can do the job required just fine.</p>
<p>For those who may be able to help, <a href="http://code.google.com/apis/accounts/AuthForWebApps.html#signingrequests">here are the docs for the signing</a> I am on about. But there&#8217;s just not enough info there on how to do it.</p>
<p>When I get this working, I&#8217;ll be happy to share how I did it.</p>
<p>Anyone got any ideas? I have the insecure method working fine.</p>
<p>Argh!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kosso.co.uk/2007/02/21/blogger-google-data-support/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>Google is Weird</title>
		<link>http://blog.kosso.co.uk/2006/11/01/google-is-weird/</link>
		<comments>http://blog.kosso.co.uk/2006/11/01/google-is-weird/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 19:41:05 +0000</pubDate>
		<dc:creator>kosso</dc:creator>
				<category><![CDATA[blogHUD]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[kozfarina]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://kosso.co.uk/wp_blog/?p=233</guid>
		<description><![CDATA[One thing that makes me chuckle in an odd way about Google is how, on a Google search for &#8216;bloghud&#8217; it rates the homepage of a user called Oliver Gasser higher in relevance than mine, Koz Farina. Heheh. Top job, Oliver! That dude has some serious SEO chops!!]]></description>
			<content:encoded><![CDATA[<p>One thing that makes me chuckle in an odd way about Google is how, on a <a href="http://www.google.com/search?hl=en&amp;q=bloghud&amp;btnG=Google+Search">Google search for &#8216;bloghud&#8217;</a> it rates the homepage of a user called <a href="http://my.bloghud.com/olivergasser/">Oliver Gasser</a> higher in relevance <a href="http://my.bloghud.com/kozfarina/">than mine, Koz Farina</a>. Heheh. Top job, Oliver! <img src='http://blog.kosso.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  That dude has some serious SEO chops!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kosso.co.uk/2006/11/01/google-is-weird/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Ad(makesno)Sense?</title>
		<link>http://blog.kosso.co.uk/2006/09/14/google-admakesnosense/</link>
		<comments>http://blog.kosso.co.uk/2006/09/14/google-admakesnosense/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 00:51:47 +0000</pubDate>
		<dc:creator>kosso</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[secondlife]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://kosso.co.uk/wp_blog/?p=188</guid>
		<description><![CDATA[Recently, I decided to it was high time I had a look at Google AdSense. Having never placed advertising on a website before, it was kind of weird, but the Google interface and instructions were very easy to follow. I have put it on my Second Life blogging system pages at bloghud.com But, while looking [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I decided to it was high time I had a look at <a href="https://www.google.com/adsense/">Google AdSense</a>. Having never placed advertising on a website before, it was kind of weird, but the Google interface and instructions were very easy to follow.</p>
<p>I have put it on my Second Life blogging system pages at <a href="http://bloghud.com">bloghud.com</a></p>
<p>But, while looking over their system today, I decided to have a look at <a href="http://www.google.com/adsense/policies">their AdSense policies</a> page and was rather surprised to see this entry:</p>
<p class="policy_section_title"><em><strong>&#8220;Copyrighted Material</strong></em></p>
<p class="policy_body"><em> In order to avoid associations with copyright claims, website publishers may not display Google ads on web pages with MP3, Video, News Groups, and Image Results.&#8221;</em></p>
<p>Whaaaa? I&#8217;m pretty sure I have seen loads of sites for AV with Google ads on them.</p>
<p>Does anyone out there know more about this? Have I misread it, or are all these people breaking the policy?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kosso.co.uk/2006/09/14/google-admakesnosense/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

