<?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: Getting started with the FriendFeed API and PHP</title>
	<atom:link href="http://blog.sherifmansour.com/?feed=rss2&#038;p=218" rel="self" type="application/rss+xml" />
	<link>http://blog.sherifmansour.com/?p=218</link>
	<description>... and anything '2.0'</description>
	<lastBuildDate>Thu, 02 Sep 2010 10:03:16 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The State of the Social Web: Facebook &#38; FriendFeed, Google&#8230; oh and Twiter - Blog the web</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-36088</link>
		<dc:creator>The State of the Social Web: Facebook &#38; FriendFeed, Google&#8230; oh and Twiter - Blog the web</dc:creator>
		<pubDate>Tue, 25 Aug 2009 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-36088</guid>
		<description>[...] weeks a go I was having a chat to a friend about FriendFeed. I&#8217;m a big fan of FriendFeed (see some previous posts) and think it does a good job at helping you solve a problem of being able to manage [...]</description>
		<content:encoded><![CDATA[<p>[...] weeks a go I was having a chat to a friend about FriendFeed. I&#8217;m a big fan of FriendFeed (see some previous posts) and think it does a good job at helping you solve a problem of being able to manage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivefee</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-32604</link>
		<dc:creator>olivefee</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-32604</guid>
		<description>thank you very much for the post! it is so useful.</description>
		<content:encoded><![CDATA[<p>thank you very much for the post! it is so useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thecastex</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-31671</link>
		<dc:creator>thecastex</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-31671</guid>
		<description>Thanks dude, that works...</description>
		<content:encoded><![CDATA[<p>Thanks dude, that works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the FriendFeed API with PHP &#124; Made of Everything You're Not</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-29664</link>
		<dc:creator>Using the FriendFeed API with PHP &#124; Made of Everything You're Not</dc:creator>
		<pubDate>Fri, 20 Mar 2009 13:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-29664</guid>
		<description>[...] Getting started with the FriendFeed API and PHP FriendFeed API Documentation   var addthis_pub = &#039;mithra62&#039;; var addthis_language = &#039;en&#039;;var addthis_options = &#039;email, favorites, digg, delicious, myspace, google, facebook, reddit, live, more&#039;; [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting started with the FriendFeed API and PHP FriendFeed API Documentation   var addthis_pub = &#8216;mithra62&#8242;; var addthis_language = &#8216;en&#8217;;var addthis_options = &#8216;email, favorites, digg, delicious, myspace, google, facebook, reddit, live, more&#8217;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherif</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-28118</link>
		<dc:creator>Sherif</dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-28118</guid>
		<description>@Erik Assuming you have authenticated with your key:

.... new FriendFeed(&quot;yourusername&quot;, &quot;yourpassword&quot;);
...

You can then call the feed for people you have access to:
...
$feed = $friendfeed-&gt;fetch_user_feed(&quot;some_random_user_name&quot;, 0, 0, 30);
...


(Just change the random username)</description>
		<content:encoded><![CDATA[<p>@Erik Assuming you have authenticated with your key:</p>
<p>&#8230;. new FriendFeed(&#8221;yourusername&#8221;, &#8220;yourpassword&#8221;);<br />
&#8230;</p>
<p>You can then call the feed for people you have access to:<br />
&#8230;<br />
$feed = $friendfeed->fetch_user_feed(&#8221;some_random_user_name&#8221;, 0, 0, 30);<br />
&#8230;</p>
<p>(Just change the random username)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Jonsson</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-28117</link>
		<dc:creator>Erik Jonsson</dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-28117</guid>
		<description>Great article! I&#039;ve got it working with public feeds but how do you fetch a LIST that requires authentication? Haven´t seen any examples with PHP.</description>
		<content:encoded><![CDATA[<p>Great article! I&#8217;ve got it working with public feeds but how do you fetch a LIST that requires authentication? Haven´t seen any examples with PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FriendFeed API Adds Service Listing - Blog the web</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-20701</link>
		<dc:creator>FriendFeed API Adds Service Listing - Blog the web</dc:creator>
		<pubDate>Sat, 27 Sep 2008 03:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-20701</guid>
		<description>[...] blogged about FriedFeed a while ago and how to get started writing your own app with the FriendFeed API, PHP and JSON, a lifestream aggregation [...]</description>
		<content:encoded><![CDATA[<p>[...] blogged about FriedFeed a while ago and how to get started writing your own app with the FriendFeed API, PHP and JSON, a lifestream aggregation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore Balakrishnan</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-16161</link>
		<dc:creator>Kishore Balakrishnan</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-16161</guid>
		<description>Greetings from Singapore.. Was useful to implement http://www.nextbestaction.com/fft/ Thanks</description>
		<content:encoded><![CDATA[<p>Greetings from Singapore.. Was useful to implement <a href="http://www.nextbestaction.com/fft/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.nextbestaction.com');">http://www.nextbestaction.com/fft/</a> Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherif</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-16067</link>
		<dc:creator>Sherif</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-16067</guid>
		<description>Hey Annon, What didnt work? Did you make sure you you got the JSON.php lib and friendfeed.php libs?
It works fine for me...</description>
		<content:encoded><![CDATA[<p>Hey Annon, What didnt work? Did you make sure you you got the JSON.php lib and friendfeed.php libs?<br />
It works fine for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annon</title>
		<link>http://blog.sherifmansour.com/?p=218&#038;cpage=1#comment-16057</link>
		<dc:creator>annon</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sherifmansour.com/?p=218#comment-16057</guid>
		<description>hey,
thanks for the tutorial. I tried this to post the test message to my friend feed&#039;s account, but it didnt work :((</description>
		<content:encoded><![CDATA[<p>hey,<br />
thanks for the tutorial. I tried this to post the test message to my friend feed&#8217;s account, but it didnt work <img src='http://blog.sherifmansour.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (</p>
]]></content:encoded>
	</item>
</channel>
</rss>
