<?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"
	>
<channel>
	<title>Comments on: How to use the REST API in Elgg 1.1</title>
	<atom:link href="http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/</link>
	<description>Random software musings</description>
	<pubDate>Sun, 05 Feb 2012 07:42:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jose Ayerdis</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-593</link>
		<dc:creator>Jose Ayerdis</dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-593</guid>
		<description>Doesnt auth.gettoken does that returns the API key to authenticate the user with token based authentication???</description>
		<content:encoded><![CDATA[<p>Doesnt auth.gettoken does that returns the API key to authenticate the user with token based authentication???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ji</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-56</link>
		<dc:creator>Ji</dc:creator>
		<pubDate>Mon, 16 Mar 2009 00:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-56</guid>
		<description>To output the results other than HTML (for example, JSON), add "view=json" to the call url.</description>
		<content:encoded><![CDATA[<p>To output the results other than HTML (for example, JSON), add &#8220;view=json&#8221; to the call url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amdizzle</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-36</link>
		<dc:creator>Amdizzle</dc:creator>
		<pubDate>Fri, 20 Feb 2009 01:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-36</guid>
		<description>To fix the authentication problem, you need to fix line 168 in engine/lib/sessions.

Change:

if (pam_authenticate(array('username' =&#62; $username, 'password' =&#62; $password)))

To:

if (pam_auth_userpass(array('username' =&#62; $username, 'password' =&#62; $password)))

and it will work fine.</description>
		<content:encoded><![CDATA[<p>To fix the authentication problem, you need to fix line 168 in engine/lib/sessions.</p>
<p>Change:</p>
<p>if (pam_authenticate(array(&#8217;username&#8217; =&gt; $username, &#8216;password&#8217; =&gt; $password)))</p>
<p>To:</p>
<p>if (pam_auth_userpass(array(&#8217;username&#8217; =&gt; $username, &#8216;password&#8217; =&gt; $password)))</p>
<p>and it will work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryannorris.com</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-20</link>
		<dc:creator>ryannorris.com</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-20</guid>
		<description>&lt;strong&gt;Simplifying XML-based RESTful services in Elgg...&lt;/strong&gt;

elgg is a PHP-based social networking wonder that we&#8217;ve been using at Medullan for some internal stuff lately.  One of my interests was to see what type of tooling could be built around it - desktop widgets, firefox extensions, etc.  It appeare.....</description>
		<content:encoded><![CDATA[<p><strong>Simplifying XML-based RESTful services in Elgg&#8230;</strong></p>
<p>elgg is a PHP-based social networking wonder that we&#8217;ve been using at Medullan for some internal stuff lately.  One of my interests was to see what type of tooling could be built around it - desktop widgets, firefox extensions, etc.  It appeare&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 31 Dec 2008 22:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-6</guid>
		<description>Thanks for the info; I commented on that ticket.</description>
		<content:encoded><![CDATA[<p>Thanks for the info; I commented on that ticket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cash</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-5</link>
		<dc:creator>Cash</dc:creator>
		<pubDate>Tue, 30 Dec 2008 18:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-5</guid>
		<description>Your ticket was closed yesterday: http://trac.elgg.org/elgg/ticket/622</description>
		<content:encoded><![CDATA[<p>Your ticket was closed yesterday: <a href="http://trac.elgg.org/elgg/ticket/622" rel="nofollow">http://trac.elgg.org/elgg/ticket/622</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendra</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-4</link>
		<dc:creator>Narendra</dc:creator>
		<pubDate>Tue, 30 Dec 2008 10:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-4</guid>
		<description>thanks for such a nice post.
i tried the above sample code and it works for me 
now i need to use other functions like Add blog, Add friend etc. through Rest API
is it possible to use ??

If you have something in that area will be helpful..

thanks again..</description>
		<content:encoded><![CDATA[<p>thanks for such a nice post.<br />
i tried the above sample code and it works for me<br />
now i need to use other functions like Add blog, Add friend etc. through Rest API<br />
is it possible to use ??</p>
<p>If you have something in that area will be helpful..</p>
<p>thanks again..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-3</guid>
		<description>Thanks a lot for the comment. I just got this blog really off the ground today.

I haven't got involved yet in the bug tracker, but now that you mention it, I will - cheers.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the comment. I just got this blog really off the ground today.</p>
<p>I haven&#8217;t got involved yet in the bug tracker, but now that you mention it, I will - cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cash</title>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/#comment-2</link>
		<dc:creator>Cash</dc:creator>
		<pubDate>Thu, 11 Dec 2008 01:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=12#comment-2</guid>
		<description>Great post. Have you added the htaccess issue to the bug tracker?</description>
		<content:encoded><![CDATA[<p>Great post. Have you added the htaccess issue to the bug tracker?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

