<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Felice Pollano Blog - google-api</title>
    <link>http://www.felicepollano.com/</link>
    <description>The official Fatica Labs Blog!</description>
    <language>en-us</language>
    <copyright>Felice Pollano</copyright>
    <lastBuildDate>Fri, 09 Dec 2011 12:34:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>felice@felicepollano.com</managingEditor>
    <webMaster>felice@felicepollano.com</webMaster>
    <item>
      <trackback:ping>http://www.felicepollano.com/Trackback.aspx?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</trackback:ping>
      <pingback:server>http://www.felicepollano.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.felicepollano.com/PermaLink.aspx?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</pingback:target>
      <dc:creator>Felice Pollano</dc:creator>
      <wfw:comment>http://www.felicepollano.com/CommentView.aspx?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</wfw:comment>
      <wfw:commentRss>http://www.felicepollano.com/SyndicationService.asmx/GetEntryCommentsRss?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It is easy to interface the <a href="http://code.google.com/apis/gdata/docs/client-libraries.html">Google
data API</a> by using the library Google  supply, <a href="http://code.google.com/p/google-gdata/">for
.NET too</a>. Let’s have an example of acceding the contacts information:
</p>
        <p>
 
</p>
        <script src="https://gist.github.com/1468161.js?file=OGSync.cs">
        </script>
        <p>
This class requires the following references:
</p>
        <ul>
          <li>
Google.GData.Client</li>
          <li>
Google.GData.Contacts</li>
          <li>
Google.GData.Extensions</li>
        </ul>
        <p>
All these are available in precompiled form after installing the <a href="http://code.google.com/p/google-gdata/downloads/list" target="_blank">Google
Data API setup</a>. Of course the complete API contains method to interact with a
loot of good things in addition:
</p>
        <ul>
          <li>
Blogger 
</li>
          <li>
Calendar 
</li>
          <li>
Calendar Resource 
</li>
          <li>
Code Search 
</li>
          <li>
Contacts 
</li>
          <li>
Content API for Shopping 
</li>
          <li>
Documents List 
</li>
          <li>
Email Audit 
</li>
          <li>
Email Settings 
</li>
          <li>
Google Analytics 
</li>
          <li>
Google Apps Provisioning 
</li>
          <li>
Google Health 
</li>
          <li>
Google Webmaster Tools 
</li>
          <li>
Notebook 
</li>
          <li>
Picasa Web Albums 
</li>
          <li>
Spreadsheets 
</li>
          <li>
YouTube 
</li>
        </ul>
        <p>
The only missing point: there is not (yet) a version for WP7, and the current codebase
is not easy to port. Another missing point is that the API does not support OAuth2,
that is indeed supported by the Google platform itself. 
</p>
        <img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34" />
      </body>
      <title>Using Google data API to retrieve your contacts</title>
      <guid isPermaLink="false">http://www.felicepollano.com/PermaLink.aspx?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</guid>
      <link>http://www.felicepollano.com/2011/12/09/UsingGoogleDataAPIToRetrieveYourContacts.aspx</link>
      <pubDate>Fri, 09 Dec 2011 12:34:07 GMT</pubDate>
      <description>&lt;p&gt;
It is easy to interface the &lt;a href="http://code.google.com/apis/gdata/docs/client-libraries.html"&gt;Google
data API&lt;/a&gt; by using the library Google&amp;nbsp; supply, &lt;a href="http://code.google.com/p/google-gdata/"&gt;for
.NET too&lt;/a&gt;. Let’s have an example of acceding the contacts information:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;script src="https://gist.github.com/1468161.js?file=OGSync.cs"&gt;&lt;/script&gt;
&lt;p&gt;
This class requires the following references:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Google.GData.Client&lt;/li&gt;
&lt;li&gt;
Google.GData.Contacts&lt;/li&gt;
&lt;li&gt;
Google.GData.Extensions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
All these are available in precompiled form after installing the &lt;a href="http://code.google.com/p/google-gdata/downloads/list" target="_blank"&gt;Google
Data API setup&lt;/a&gt;. Of course the complete API contains method to interact with a
loot of good things in addition:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Blogger 
&lt;/li&gt;
&lt;li&gt;
Calendar 
&lt;/li&gt;
&lt;li&gt;
Calendar Resource 
&lt;/li&gt;
&lt;li&gt;
Code Search 
&lt;/li&gt;
&lt;li&gt;
Contacts 
&lt;/li&gt;
&lt;li&gt;
Content API for Shopping 
&lt;/li&gt;
&lt;li&gt;
Documents List 
&lt;/li&gt;
&lt;li&gt;
Email Audit 
&lt;/li&gt;
&lt;li&gt;
Email Settings 
&lt;/li&gt;
&lt;li&gt;
Google Analytics 
&lt;/li&gt;
&lt;li&gt;
Google Apps Provisioning 
&lt;/li&gt;
&lt;li&gt;
Google Health 
&lt;/li&gt;
&lt;li&gt;
Google Webmaster Tools 
&lt;/li&gt;
&lt;li&gt;
Notebook 
&lt;/li&gt;
&lt;li&gt;
Picasa Web Albums 
&lt;/li&gt;
&lt;li&gt;
Spreadsheets 
&lt;/li&gt;
&lt;li&gt;
YouTube 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The only missing point: there is not (yet) a version for WP7, and the current codebase
is not easy to port. Another missing point is that the API does not support OAuth2,
that is indeed supported by the Google platform itself. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34" /&gt;</description>
      <comments>http://www.felicepollano.com/CommentView.aspx?guid=04d469a1-5b01-4e5e-9c1c-cc40a5e15f34</comments>
      <category>CodeProject</category>
      <category>CSharp</category>
      <category>google-api</category>
    </item>
  </channel>
</rss>