<?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>SEO India, SEO Consultant &#187; APIs</title>
	<atom:link href="http://www.vijaykumarpoola.info/tag/apis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijaykumarpoola.info</link>
	<description>seo</description>
	<lastBuildDate>Sun, 08 Jan 2012 09:59:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google: &#8220;Buzz Will Be Just Another Node&#8221;</title>
		<link>http://www.vijaykumarpoola.info/2010/02/google-buzz-will-be-just-another-node/</link>
		<comments>http://www.vijaykumarpoola.info/2010/02/google-buzz-will-be-just-another-node/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 07:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[WebFinger]]></category>

		<guid isPermaLink="false">http://www.vijaykumarpoola.info/?p=168</guid>
		<description><![CDATA[When Google announced Google Buzz earlier this week, the company made it abundantly clear that it was interested in Buzz being as open as possible. Looking at the Google Buzz API page, you&#8217;ll see that support for Activity Streams, AtomPub, OAuth, PubSubHubbub, Salmon and WebFinger are things that are &#8220;coming soon.&#8221;
What all of this means [...]]]></description>
			<content:encoded><![CDATA[<p>When Google announced Google Buzz earlier this week, the company made it abundantly clear that it was interested in Buzz being as open as possible. Looking at the <a href="http://code.google.com/apis/buzz/">Google Buzz API page</a>, you&#8217;ll see that support for Activity Streams, AtomPub, OAuth, PubSubHubbub, Salmon and WebFinger are things that are &#8220;coming soon.&#8221;</p>
<p>What all of this means is that Google is working to make Buzz content something that can be used in as many services as possible, while letting as many services as possible come into Buzz.</p>
<p>&#8220;The idea is that someday, any host on the web should be able to implement these open protocols and send messages back and forth in real time with users from any network, without any one company in the middle,&#8221; says Google software engineer DeWitt Clinton. &#8220;The web contains the social graph, the protocols are standard web protocols, the messages can contain whatever crazy stuff people think to put in them. Google Buzz will be just another node (a very good node, I hope) among many peers. Users of any two systems should be able to send updates back and forth, federate comments, share photos, send @replies, etc., without needing Google in the middle and without using a Google-specific protocol or format.&#8221;</p>
<p>Google has most recently turned on WebFinger in Gmail (via RRW). WebFinger is described as being about making email addresses more valuable, by letting people attach metadata to them. According to the <a href="http://code.google.com/p/webfinger/">WebFinger page</a> at Google Code, that can include things like:</p>
<blockquote><p><em>- public profile data<br />
- pointer to identity provider (e.g. OpenID server)<br />
- a public key<br />
- other services used by that email address (e.g. Flickr, Picasa, Smugmug, Twitter, Facebook, and usernames for each)<br />
- a URL to an avatar<br />
- profile data (nickname, full name, etc)<br />
- whether the email address is also a JID, or explicitly declare that it&#8217;s NOT an email, and ONLY a JID, or any combination to disambiguate all the addresses that look like something@somewhere.com<br />
- or even a public declaration that the email address doesn&#8217;t have public metadata, but has a pointer to an endpoint that, provided authentication, will tell you some protected metadata, depending on who you authenticate as. </em></p></blockquote>
<p>WebFinger is enabled for all Gmail/Google Profiles with public profiles. Google&#8217;s Brad Fitzpatrick discusses more technical details about it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijaykumarpoola.info/2010/02/google-buzz-will-be-just-another-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Releases Instant Messaging API</title>
		<link>http://www.vijaykumarpoola.info/2009/09/google-releases-instant-messaging-api/</link>
		<comments>http://www.vijaykumarpoola.info/2009/09/google-releases-instant-messaging-api/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[Instant Messaging]]></category>
		<category><![CDATA[sdks]]></category>
		<category><![CDATA[software developer kits]]></category>

		<guid isPermaLink="false">http://www.vijaykumarpoola.info/?p=96</guid>
		<description><![CDATA[Google has announced the release of a new API for building Talk bots on top of Google App Engine, Google&#8217;s product that lets developers create and host web apps on the Google infrastructure.
Google has released version 1.2.5 of the App Engine software developer kit (SDK) for Python and Java. This happens to be the company&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Google has <a href="http://googletalk.blogspot.com/2009/09/xmpp-support-on-app-engine.html">announced the release</a> of a new API for building Talk bots on top of Google App Engine, Google&#8217;s product that lets developers create and host web apps on the Google infrastructure.</p>
<p>Google has released version 1.2.5 of the App Engine software developer kit (SDK) for Python and Java. This happens to be the company&#8217;s first simultaneous release for both. The API includes XMPP (also referred to as Jabber) support, which is an open standard for instant messaging. This comes in the form of the XMPP API for both SDKs.</p>
<p>&#8220;Like the other APIs that App Engine provides for developers, XMPP is built on the same powerful infrastructure that serves other Google products,&#8221; says Google on the App Engine Blog. &#8220;In this case, we take advantage of the servers that run Google Talk. This new API allows your app to exchange messages with users on any XMPP-based network, including (but not limited to!) Google Talk.&#8221;</p>
<p><img class="alignnone size-full wp-image-95" title="google-talk" src="http://www.vijaykumarpoola.info/wp-content/uploads/2009/09/google-talk.jpg" alt="google-talk" width="360" height="217" /></p>
<p>Developers involved with the preview of Google Wave can also use the API to build bots that interact with waves. Wave will be available to schools and businesses this fall, by the way.</p>
<p>&#8220;We&#8217;re very proud of our first XMPP release, but there&#8217;s still more work to do,&#8221; says Google. &#8220;In the future we hope to provide even more functionality to apps, such as user status (presence) and info on new subscriptions.&#8221;</p>
<p>More information about the API and SDKs can be found in <a href="http://googleappengine.blogspot.com/2009/09/app-engine-sdk-125-released-for-python.html">this post</a>. There are links to documentation and release notes available there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijaykumarpoola.info/2009/09/google-releases-instant-messaging-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>



