<?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>Paintstrokes on the Digital Canvas &#187; Social Media</title>
	<atom:link href="http://blog.digitalcanvas.in/category/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalcanvas.in</link>
	<description>Blog hosting the random technical, creative &#38; stumbling experiences of the Digital Canvas team</description>
	<lastBuildDate>Thu, 27 May 2010 11:53:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A Quick Reference to the twitter API</title>
		<link>http://blog.digitalcanvas.in/a-quick-reference-to-the-twitter-api/</link>
		<comments>http://blog.digitalcanvas.in/a-quick-reference-to-the-twitter-api/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 07:53:14 +0000</pubDate>
		<dc:creator>kaustubh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter API]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.digitalcanvas.in/?p=30</guid>
		<description><![CDATA[In the past few weeks whenever I opened my browser the first link I would open was http://apiwiki.twitter.com/. Actually third, followed by my obsession with facebook and gmail. The link contains a fine description of what is called an API(Application Programming Interface) for Twitter. Almost anyone can understand the API through its documentation, but the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F&amp;source=_digitalcanvas&amp;style=normal&amp;service=bit.ly&amp;hashtags=API,Reference,Twitter" height="61" width="50" /><br />
			</a>
		</div>
<p>In the past few weeks whenever I opened my browser the first link I would open was http://apiwiki.twitter.com/. Actually third, followed by my obsession with facebook and gmail. The link contains a fine description of what is called an API(Application Programming Interface) for Twitter. Almost anyone can understand the API through its documentation, but the only pain is that there are infinite pages describing each and every feature which some people may not want to go through. And its still in its first phase! Having gone through most of them I give here a brief version of all the methods(actions performed through the API). For details, ofcourse, one can visit the mentioned link.</p>
<p>The Twitter API is actually in three parts<br />
1)Search<br />
2)REST(literally)<br />
3)Streaming</p>
<p>I have presented all the methods as cool looking mind maps. Just seperate the boxes with &#8216;/&#8217; and you have the URL for the method.</p>
<h2>1) Twitter Search API</h2>
<p>All the search API methods are shown here.<br />
All the results can be received in json format, except the general search which also supports ATOM.<br />
In the general search, the maximum number of tweets that can be recieved are 1500, a maximum of 100 per page.<br />
No authentication is required.<br />
<object id="bblviewer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="SeamlessTabbing" value="false" /><param name="AllowScriptAccess" value="always" /><param name="FlashVars" value="_sid=571216&amp;_title=twitter%20Search%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThjVlNpYy5xTHV5SQ" /><param name="src" value="http://bubbl.us/sys/view.swf?sid=571216&amp;pw=yazqCKESEC40UMThjVlNpYy5xTHV5SQ" /><param name="name" value="bblviewer" /><param name="flashvars" value="_sid=571216&amp;_title=twitter%20Search%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThjVlNpYy5xTHV5SQ" /><embed id="bblviewer" type="application/x-shockwave-flash" width="560" height="450" src="http://bubbl.us/sys/view.swf?sid=571216&amp;pw=yazqCKESEC40UMThjVlNpYy5xTHV5SQ" name="bblviewer" flashvars="_sid=571216&amp;_title=twitter%20Search%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThjVlNpYy5xTHV5SQ" allowscriptaccess="always" seamlesstabbing="false" quality="high"></embed></object></p>
<h2>2) REST API</h2>
<p>This includes all the methods that are generally used by a user,  like updating statuses, adding friends, etc etc. The methods which return results are recieved as both json and XML. Some of them also support ATOM and RSS.</p>
<p>The methods are self explainatory. Authentication is required. A user can authenticate by a valid twitter id.<br />
<object id="bblviewer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="SeamlessTabbing" value="false" /><param name="AllowScriptAccess" value="always" /><param name="FlashVars" value="_sid=571210&amp;_title=twitter%20REST%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThhaC9VbVgzVVFNUQ" /><param name="src" value="http://bubbl.us/sys/view.swf?sid=571210&amp;pw=yazqCKESEC40UMThhaC9VbVgzVVFNUQ" /><param name="name" value="bblviewer" /><param name="flashvars" value="_sid=571210&amp;_title=twitter%20REST%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThhaC9VbVgzVVFNUQ" /><embed id="bblviewer" type="application/x-shockwave-flash" width="560" height="450" src="http://bubbl.us/sys/view.swf?sid=571210&amp;pw=yazqCKESEC40UMThhaC9VbVgzVVFNUQ" name="bblviewer" flashvars="_sid=571210&amp;_title=twitter%20REST%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThhaC9VbVgzVVFNUQ" allowscriptaccess="always" seamlesstabbing="false" quality="high"></embed></object><br />
<object id="bblviewer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="SeamlessTabbing" value="false" /><param name="AllowScriptAccess" value="always" /><param name="FlashVars" value="_sid=510270&amp;_title=Public%20twitter%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThUWDBRQm1PMkhnQQ" /><param name="src" value="http://bubbl.us/sys/view.swf?sid=510270&amp;pw=yazqCKESEC40UMThUWDBRQm1PMkhnQQ" /><param name="name" value="bblviewer" /><param name="flashvars" value="_sid=510270&amp;_title=Public%20twitter%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThUWDBRQm1PMkhnQQ" /><embed id="bblviewer" type="application/x-shockwave-flash" width="560" height="450" src="http://bubbl.us/sys/view.swf?sid=510270&amp;pw=yazqCKESEC40UMThUWDBRQm1PMkhnQQ" name="bblviewer" flashvars="_sid=510270&amp;_title=Public%20twitter%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThUWDBRQm1PMkhnQQ" allowscriptaccess="always" seamlesstabbing="false" quality="high"></embed></object></p>
<h2>3) Streaming API</h2>
<p>The methods used to get runtime tweets &amp; retweets come under streaming API. There are 4 methods: filter, firehose, retweet and sample.</p>
<ul>
<li> Filter requires basic authentication using a twitter id. There is a restriction on the number of keywords, 200, and the number of userids to be followed, 400 at the default access level to the twitter database. Further access requires special arrangement with twitter.</li>
<li> Sample returns random tweets from the active stream and requires basic authentication.</li>
<li> Firehose returns all public statuses and is not available with basic authentication &amp; requires a special setup with twitter.</li>
<li> Retweet returns all retweets and is not available with basic authentication &amp; requires a special setup with twitter.</li>
</ul>
<p>Again, all the results can be requested in JSON or XML format.</p>
<p><object id="bblviewer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="SeamlessTabbing" value="false" /><param name="AllowScriptAccess" value="always" /><param name="FlashVars" value="_sid=571213&amp;_title=twitter%20Streaming%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThTR2txOC9xQWhlWQ" /><param name="src" value="http://bubbl.us/sys/view.swf?sid=571213&amp;pw=yazqCKESEC40UMThTR2txOC9xQWhlWQ" /><param name="name" value="bblviewer" /><param name="flashvars" value="_sid=571213&amp;_title=twitter%20Streaming%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThTR2txOC9xQWhlWQ" /><embed id="bblviewer" type="application/x-shockwave-flash" width="560" height="450" src="http://bubbl.us/sys/view.swf?sid=571213&amp;pw=yazqCKESEC40UMThTR2txOC9xQWhlWQ" name="bblviewer" flashvars="_sid=571213&amp;_title=twitter%20Streaming%20API&amp;_z=75&amp;_pw=yazqCKESEC40UMThTR2txOC9xQWhlWQ" allowscriptaccess="always" seamlesstabbing="false" quality="high"></embed></object></p>
<p>The Twitter API is still being developed and new features/more methods may be added later.<br />
For updates, discussions or queries regarding the API go to their google group: http://groups.google.com/group/twitter-development-talk.</p>
<p>I hope this helps make things easier for those developing with the API.</p>
<p><em>About the author: Kaustubh is a second year student from IIT Bombay &amp; interned with us for 2 weeks, in January. You can </em>follow <em>him on twitter on @<a title="Kaustubh on twitter" href="http://twitter.com/kaustubhsinghal" target="_blank">kaustubhsinghal</a></em></p>
<p><em>There are a few open ends remaining in the above references. We would be more than happy to receive your suggestions, ideas &amp; improvements on the reference. We will keep updating the mindmaps. Our website is being worked upon. Once it is done, you will find JPEGs for these in the Resources section, for you to save to your computer.<br />
</em></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Liked it? Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=A%20Quick%20Reference%20to%20the%20twitter%20API%20-%20http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F" title="Twitter"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F&amp;t=A%20Quick%20Reference%20to%20the%20twitter%20API?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F&amp;title=A%20Quick%20Reference%20to%20the%20twitter%20API&amp;source=Paintstrokes+on+the+Digital+Canvas+Blog+hosting+the+random+technical%2C+creative+%26amp%3B+stumbling+experiences+of+the+Digital+Canvas+team&amp;summary=In%20the%20past%20few%20weeks%20whenever%20I%20opened%20my%20browser%20the%20first%20link%20I%20would%20open%20was%20http%3A%2F%2Fapiwiki.twitter.com%2F.%20Actually%20third%2C%20followed%20by%20my%20obsession%20with%20facebook%20and%20gmail.%20The%20link%20contains%20a%20fine%20description%20of%20what%20is%20called%20an%20API%28Applicatio?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F&amp;title=A%20Quick%20Reference%20to%20the%20twitter%20API" title="StumbleUpon"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F&amp;title=A%20Quick%20Reference%20to%20the%20twitter%20API?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="mailto:?subject=A%20Quick%20Reference%20to%20the%20twitter%20API&amp;body=http%3A%2F%2Fblog.digitalcanvas.in%2Fa-quick-reference-to-the-twitter-api%2F" title="email"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalcanvas.in/a-quick-reference-to-the-twitter-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook is killing a useful feature with new UI</title>
		<link>http://blog.digitalcanvas.in/facebook-is-killing-a-useful-feature-with-new-ui/</link>
		<comments>http://blog.digitalcanvas.in/facebook-is-killing-a-useful-feature-with-new-ui/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:14:33 +0000</pubDate>
		<dc:creator>Mitesh Ashar</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://blog.digitalcanvas.in/?p=41</guid>
		<description><![CDATA[Well, my Facebook activity level has only grown &#38; matured over time, since I joined it. Spreading events &#38; causes; sharing, commenting on &#38; tagging photos &#38; activities; writing a few notes; leveraging the status updates to help myself and my friends &#38; extended network; and so much more. Over this period, I have noticed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F&amp;source=_digitalcanvas&amp;style=normal&amp;service=bit.ly&amp;hashtags=Facebook,Usability" height="61" width="50" /><br />
			</a>
		</div>
<p>Well, my Facebook activity level has only grown &amp; matured over time, since I joined it. Spreading events &amp; causes; sharing, commenting on &amp; tagging photos &amp; activities; writing a few notes; leveraging the status updates to help myself and my friends &amp; extended network; and so much more.</p>
<p>Over this period, I have noticed one habit of Facebook, which apparently loads of you might have noticed.</p>
<p>One fine day every three or four months, the UI/UX team of Facebook suddenly gets into the action mode &amp; decides to do a makeover of Facebook by implementing the &#8216;coolest&#8217; UI/UX features they came up with.</p>
<p>I really appreciate your effort and commitment towards giving us an amazing experience, but give us a break and don&#8217;t shove it up our *** by abruptly changing the look and feel of Facebook. While surfing through Facebook lately, I noticed one feature of Facebook &#8211; viz. Friends Lists &#8211; that Facebook is killing with its own abrupt UI implementations.</p>
<div class="alignright">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</div>
<p>I&#8217;m not sure how many Facebook users use Lists. But those who do, are really benefited by it, because it empowers them to organise their FB contacts.</p>
<p><em>[Update: In response to Harsh Lunani's comment on Facebook, I realised I need to demonstrate where actually the Facebook Lists feature is hidden! Their UI doesn't tell people about it! So below is a short update to the post.]<br />
</em></p>
<div id="attachment_54" class="wp-caption alignnone" style="width: 305px"><a href="http://blog.digitalcanvas.in/wp-content/uploads/2010/03/Picture-11.png"><img class="size-full wp-image-54" title="Facebook Requests Section" src="http://blog.digitalcanvas.in/wp-content/uploads/2010/03/Picture-11.png" alt="Facebook Requests Section" width="295" height="61" /></a><p class="wp-caption-text">Facebook Requests Section</p></div>
<p><em>You  need to go to the Facebook Requests section on the right side of your Facebook homepage.</em></p>
<p><em> </em></p>
<div id="attachment_55" class="wp-caption alignnone" style="width: 539px"><em> </em><em><img class="size-full wp-image-55" title="Facebook Lists" src="http://blog.digitalcanvas.in/wp-content/uploads/2010/03/Picture-12.png" alt="Facebook Lists" width="529" height="189" /></em><p class="wp-caption-text">Facebook Lists</p></div>
<p>Here when you want to confirm people, you can add them to multiple lists! This feature is also available when you want to add friends.</p>
<p>Even before this subset of users recovered from <a title="What's happening with the Facebook Privacy Settings?" href="http://blog.digitalcanvas.in/facebook-privacy-cartoon-sketch/" target="_self">the overhead of categorizing loads of our previous friends</a>, whom we had added before the introduction of Facebook Lists, the new Facebook UI has a feature to retract us from leveraging the semantics of the feature.</p>
<p>We are talking about the very well integrated Friend Requests feature on the top bar of Facebook.</p>
<div id="attachment_43" class="wp-caption aligncenter" style="width: 421px"><img class="size-full wp-image-43  " style="clear: both;" title="Facebook Friend Requests" src="http://blog.digitalcanvas.in/wp-content/uploads/2010/03/Picture-9.png" alt="Facebook Friend Requests" width="411" height="164" /><p class="wp-caption-text">Facebook Friend Requests</p></div>
<p>This new UI element is very very handy and useful. But, it skips out on adding this new friend to a list. So, if I am a user of Facebook Lists, and I am particular about adding my friends to lists, then it is virtually of no use to me. And there is another set of users who are particular, but not always conscious about it. So, even if they started categorizing their friends earlier, they&#8217;re now missing out on doing that if they confirm their friends using this bar.</p>
<p>What do you think about this? Leave a comment or participate in our polls to give us some feedback.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.

<div class="sociable">
<div class="sociable_tagline">
<strong>Liked it? Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI%20-%20http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F" title="Twitter"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F&amp;t=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F&amp;title=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI&amp;source=Paintstrokes+on+the+Digital+Canvas+Blog+hosting+the+random+technical%2C+creative+%26amp%3B+stumbling+experiences+of+the+Digital+Canvas+team&amp;summary=Well%2C%20my%20Facebook%20activity%20level%20has%20only%20grown%20%26amp%3B%20matured%20over%20time%2C%20since%20I%20joined%20it.%20Spreading%20events%20%26amp%3B%20causes%3B%20sharing%2C%20commenting%20on%20%26amp%3B%20tagging%20photos%20%26amp%3B%20activities%3B%20writing%20a%20few%20notes%3B%20leveraging%20the%20status%20updates%20to%20help%20myself?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F&amp;title=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI" title="StumbleUpon"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F&amp;title=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="mailto:?subject=Facebook%20is%20killing%20a%20useful%20feature%20with%20new%20UI&amp;body=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-is-killing-a-useful-feature-with-new-ui%2F" title="email"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalcanvas.in/facebook-is-killing-a-useful-feature-with-new-ui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Cartoon] What&#8217;s happening with the Facebook Privacy Settings?</title>
		<link>http://blog.digitalcanvas.in/facebook-privacy-cartoon-sketch/</link>
		<comments>http://blog.digitalcanvas.in/facebook-privacy-cartoon-sketch/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:30:49 +0000</pubDate>
		<dc:creator>Mitesh Ashar</dc:creator>
				<category><![CDATA[Cartoons]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Facebook Lists]]></category>
		<category><![CDATA[Facebook Privacy]]></category>

		<guid isPermaLink="false">http://blog.digitalcanvas.in/?p=9</guid>
		<description><![CDATA[This cartoon has been made after reading this, this and this. It has been made just for fun. But, I do have a few things on the serious side to add to it too I totally stand with Sanjay&#8217;s viewpoint &#38; perspective about the whole thing. He&#8217;s very practically drawn the analogies and there&#8217;s nothing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F&amp;source=_digitalcanvas&amp;style=normal&amp;service=bit.ly&amp;hashtags=Facebook,Facebook+Lists,Facebook+Privacy,Social+Media" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_10" class="wp-caption alignnone" style="width: 490px"><a href="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/MBA466.jpg"><img class="size-large wp-image-10  " style="border: 1px solid black;" title="What's happening with the FB privacy settings? Click to see larger cartoon :)" src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/MBA466-1024x768.jpg" alt="What's happening with the FB privacy settings? Click to see larger cartoon :)" width="480" height="360" /></a><p class="wp-caption-text">What&#39;s happening with the FB privacy settings? Click to see larger cartoon <img src='http://blog.digitalcanvas.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>
<p>This cartoon has been made after reading <a title="An Open Letter from Facebook Founder Mark Zuckerberg" href="http://blog.facebook.com/blog.php?post=190423927130" target="_blank">this</a>, <a title="Facebook to get rid of India network - Business Standard" href="http://www.business-standard.com/india/news/facebook-to-get-ridindia-network/378374/" target="_blank">this</a> and <a title="350 million+ Facebook makes changes : I think these are good! - Resonance, Social Wavelength" href="http://blog.socialwavelength.com/2009/12/02/facebook-makes-changes/" target="_blank">this</a>. It has been made  just for fun. But, I do have a few things on the serious side to add to it too <img src='http://blog.digitalcanvas.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I totally stand with Sanjay&#8217;s viewpoint &amp; perspective about the whole thing. He&#8217;s very practically drawn the analogies and there&#8217;s nothing more that can be added to it.</p>
<p>There&#8217;s a concern Mahesh has raised about large set of friends. Let me put it in a situation, totally within his perspective:</p>
<blockquote><p>Mahesh has 4151 friends, as of now. He&#8217;ll definitely have his employees, his friends, his family, his relatives and so many more of his real &amp; virtual contacts, all in his Facebook friends list, creating complex overlapping groups/networks of people.</p>
<p>Assuming, if he goes down to a booze party with 10 old friends. And wants to post photos/videos from that booze party and wants to share it with all these 10 people, 20 of his current close friends, and a couple of people here and there and doesn&#8217;t want to share it with anyone else.</p></blockquote>
<p>I see it as a valid concern! The problem lies in the fact that a lot of users do not know that such a feature already exists on Facebook!!</p>
<p>Lets see it in images how, this can be achieved. I will demonstrate this by going into one of my photo albums on Facebook.</p>
<div id="attachment_15" class="wp-caption alignnone" style="width: 471px"><img class="size-full wp-image-15 " title="Since I want only a selected set of friends to see it, I go to Edit Info &amp; select Customize... in the Privacy setting." src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/Picture-5.png" alt="Since I want only a selected set of friends to see it, I go to Edit Info &amp; select Customize... in the Privacy setting." width="461" height="270" /><p class="wp-caption-text">Since I want only a selected set of friends to see it, I go to Edit Info &amp; select Customize... in the Privacy setting.</p></div>
<div id="attachment_11" class="wp-caption alignnone" style="width: 357px"><img class="size-full wp-image-11 " style="border: 1px solid black;" title="I first add my friend Pranshu to it." src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/Picture-1.png" alt="I first add my friend Pranshu to it." width="347" height="147" /><p class="wp-caption-text">I first add my friend Pranshu to it.</p></div>
<div id="attachment_12" class="wp-caption alignnone" style="width: 362px"><img class="size-full wp-image-12" title="Followed by this, I add a FB list I'm maintaining, viz. Community - Kolkata" src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/Picture-2.png" alt="Followed by this, I add a FB list I'm maintaining, viz. Community - Kolkata" width="352" height="152" /><p class="wp-caption-text">Followed by this, I add a FB list I&#39;m maintaining, viz. Community - Kolkata</p></div>
<div id="attachment_13" class="wp-caption alignnone" style="width: 358px"><img class="size-full wp-image-13" title="I want all my Web Designer friends to see it. So I add my Web Designers FB list as well!" src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/Picture-3.png" alt="I want all my Web Designer friends to see it. So I add my Web Designers FB list as well!" width="348" height="156" /><p class="wp-caption-text">I want all my Web Designer friends to see it. So I add my Web Designers FB list as well!</p></div>
<div id="attachment_14" class="wp-caption alignnone" style="width: 374px"><img class="size-full wp-image-14" title="I want another of my friend, Ankita to be able to see it. So I add her as well. Followed by this, I just save these settings &amp; voila!!" src="http://blog.digitalcanvas.in/wp-content/uploads/2009/12/Picture-4.png" alt="I want another of my friend, Ankita to be able to see it. So I add her as well. Followed by this, I just save these settings &amp; voila!!" width="364" height="179" /><p class="wp-caption-text">I want another of my friend, Ankita to be able to see it. So I add her as well. Followed by this, I just save these settings &amp; voila!!</p></div>
<p>Whoa!! Whoa!! So I can add my Facebook lists here!! That makes it so cool &amp; controllable!</p>
<p>Wait. There&#8217;s a problem. This is a problem which a lot of us have been facing &amp; will face.</p>
<p>Facebook lists is  the amazing feature in concern here, which was <a title="Friend Lists from the Facebook Blog" href="http://blog.facebook.com/blog.php?post=7831767130" target="_blank">introduced in the end of 2007</a>.</p>
<p>A lot of people joined Facebook much earlier and already had a lot of friends on their list, some of them with the number of added friends large enough! Different people started using lists at different points in time. The result of this, is that come what may, even if we put in enough efforts to create lists out of our contacts, I&#8217;m sure there will be extremely few of you readers, who will have a `totally` updated and maintained set of Facebook lists!!</p>
<p>So, what it essentially boils down to is that we have the superpower of maintaining our privacy and share with full granularity, but we&#8217;ll have to sit down and categorize our contacts into lists. Trust me, though my categorized contacts are not completely managed, but to the certain extent that they are, it helps me a lot in certain situations, like inviting people to an event, or suggesting Fan Pages, etc. There can be various uses of maintaining these lists, just like the one demonstrated above!</p>
<p>So, from now on, whenever you add a friend, make sure you mark him on the relevant lists, right away!!</p>
<p>Other aspects of this topic are also open for discussion here! So, drop in your comments.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Liked it? Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F%20-%20http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F" title="Twitter"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F&amp;t=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F&amp;title=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F&amp;source=Paintstrokes+on+the+Digital+Canvas+Blog+hosting+the+random+technical%2C+creative+%26amp%3B+stumbling+experiences+of+the+Digital+Canvas+team&amp;summary=%0D%0A%0D%0AThis%20cartoon%20has%20been%20made%20after%20reading%20this%2C%20this%20and%20this.%20It%20has%20been%20made%20%20just%20for%20fun.%20But%2C%20I%20do%20have%20a%20few%20things%20on%20the%20serious%20side%20to%20add%20to%20it%20too%20%3A%29%0D%0A%0D%0AI%20totally%20stand%20with%20Sanjay%27s%20viewpoint%20%26amp%3B%20perspective%20about%20the%20whole%20thing.%20?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F&amp;title=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F" title="StumbleUpon"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F&amp;title=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" class="thickbox" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="mailto:?subject=%5BCartoon%5D%20What%27s%20happening%20with%20the%20Facebook%20Privacy%20Settings%3F&amp;body=http%3A%2F%2Fblog.digitalcanvas.in%2Ffacebook-privacy-cartoon-sketch%2F" title="email"><img src="http://blog.digitalcanvas.in/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalcanvas.in/facebook-privacy-cartoon-sketch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

