<?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: Contact Sync</title>
	<atom:link href="http://alexking.org/blog/2009/09/08/contact-sync/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2009/09/08/contact-sync</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:45:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Maintaining Dev Environments Across Multiple Machines &#124; alexking.org</title>
		<link>http://alexking.org/blog/2009/09/08/contact-sync#comment-157973</link>
		<dc:creator>Maintaining Dev Environments Across Multiple Machines &#124; alexking.org</dc:creator>
		<pubDate>Wed, 03 Aug 2011 18:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/?p=3234#comment-157973</guid>
		<description>[...] that conflicts can and will happen with Dropbox. I tried putting my Address Book data in Dropbox a while back when I was looking for a solution to sync my contacts across multiple [...]</description>
		<content:encoded><![CDATA[<p>[...] that conflicts can and will happen with Dropbox. I tried putting my Address Book data in Dropbox a while back when I was looking for a solution to sync my contacts across multiple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Smith</title>
		<link>http://alexking.org/blog/2009/09/08/contact-sync#comment-101593</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Wed, 09 Sep 2009 23:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/?p=3234#comment-101593</guid>
		<description>You could use an URL field in Address Book to store the user&#039;s Twitter home page URL and set the label to custom &quot;twitter&quot;. Then in AppleScript you can do something like:

&lt;code&gt;set twitterURLs to every url of one_contact whose label is &quot;twitter&quot;&lt;/code&gt;

In my case, that would be &lt;code&gt;http://twitter.com/douglsmith&lt;/code&gt;. You then grab the username off the end of the URL and pop it into a Twitter API call like this: &lt;code&gt;http://twitter.com/users/show/douglsmith.xml&lt;/code&gt;, which returns an XML profile that includes a URL to the profile picture.

Another way to do it might be to use Twitter&#039;s API to grab all of your friends then compare them to what&#039;s in your contacts. That still doesn&#039;t get you e-mail addresses but you could compare the URL in the Twitter profiles to any URLs you have in contact records.

Last I tried, it was actually possible to do a search in Facebook by e-mail if you were logged into the service. It didn&#039;t matter if the person was your friend or not. You could get enough information to retrieve the avatar.</description>
		<content:encoded><![CDATA[<p>You could use an URL field in Address Book to store the user&#8217;s Twitter home page URL and set the label to custom &#8220;twitter&#8221;. Then in AppleScript you can do something like:</p>
<p><code>set twitterURLs to every url of one_contact whose label is "twitter"</code></p>
<p>In my case, that would be <code><a href="http://twitter.com/douglsmith" rel="nofollow">http://twitter.com/douglsmith</a></code>. You then grab the username off the end of the URL and pop it into a Twitter API call like this: <code><a href="http://twitter.com/users/show/douglsmith.xml" rel="nofollow">http://twitter.com/u[...]uglsmith.xml</a></code>, which returns an XML profile that includes a URL to the profile picture.</p>
<p>Another way to do it might be to use Twitter&#8217;s API to grab all of your friends then compare them to what&#8217;s in your contacts. That still doesn&#8217;t get you e-mail addresses but you could compare the URL in the Twitter profiles to any URLs you have in contact records.</p>
<p>Last I tried, it was actually possible to do a search in Facebook by e-mail if you were logged into the service. It didn&#8217;t matter if the person was your friend or not. You could get enough information to retrieve the avatar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/09/08/contact-sync#comment-101479</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 Sep 2009 02:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/?p=3234#comment-101479</guid>
		<description>@Doug - I was thinking it could pull from a &quot;Twitter&quot; custom field in the Address Book - same with Facebook profile photos from a &quot;Facebook URL&quot; field (or similar). What do you think about that approach?

@Corey - The problem is also that I lose data (notes) as it syncs between the Mac and Google.</description>
		<content:encoded><![CDATA[<p>@Doug &#8211; I was thinking it could pull from a &#8220;Twitter&#8221; custom field in the Address Book &#8211; same with Facebook profile photos from a &#8220;Facebook URL&#8221; field (or similar). What do you think about that approach?</p>
<p>@Corey &#8211; The problem is also that I lose data (notes) as it syncs between the Mac and Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://alexking.org/blog/2009/09/08/contact-sync#comment-101470</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Wed, 09 Sep 2009 00:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/?p=3234#comment-101470</guid>
		<description>BIS 2.8 should address the contact sync issue.   No official launch date, but it should be soon.

From RIM:
If subscribers integrate a Google Mailâ„¢ account with their BlackBerryÂ® Internet Service account, they can synchronize contacts between the account and the contacts application on their BlackBerry device. Subscribers can add, change, and delete Google Mail contacts from their device or from their Google Mail account and the BlackBerry Internet Service synchronizes the changes.


http://docs.blackberry.com/en/smartphone_users/deliverables/9775/Contact_synchronization_features_802166_11.jsp</description>
		<content:encoded><![CDATA[<p>BIS 2.8 should address the contact sync issue.   No official launch date, but it should be soon.</p>
<p>From RIM:<br />
If subscribers integrate a Google Mailâ„¢ account with their BlackBerryÂ® Internet Service account, they can synchronize contacts between the account and the contacts application on their BlackBerry device. Subscribers can add, change, and delete Google Mail contacts from their device or from their Google Mail account and the BlackBerry Internet Service synchronizes the changes.</p>
<p><a href="http://docs.blackberry.com/en/smartphone_users/deliverables/9775/Contact_synchronization_features_802166_11.jsp" rel="nofollow">http://docs.blackber[...]02166_11.jsp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Smith</title>
		<link>http://alexking.org/blog/2009/09/08/contact-sync#comment-101463</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/?p=3234#comment-101463</guid>
		<description>FYI, I was going to add Twitter image support to my Gravatar script but Twitter recently removed the ability to search by e-mail address. I don&#039;t think there&#039;s an easy way to get the images without already knowing the Twitter username.</description>
		<content:encoded><![CDATA[<p>FYI, I was going to add Twitter image support to my Gravatar script but Twitter recently removed the ability to search by e-mail address. I don&#8217;t think there&#8217;s an easy way to get the images without already knowing the Twitter username.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

