<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
    
    <title> Rasmus' Toys Page</title>
    <link>http://toys.lerdorf.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.6-alpha2 - http://www.s9y.org/</generator>
    <pubDate>Tue, 25 May 2010 22:12:39 GMT</pubDate>

    <image>
        <url>http://toys.lerdorf.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS:  Rasmus' Toys Page - </title>
        <link>http://toys.lerdorf.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Writing an OAuth Provider Service</title>
    <link>http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html</link>
            <category>PHP</category>
    
    <comments>http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html#comments</comments>
    <wfw:comment>http://toys.lerdorf.com/wfwcomment.php?cid=55</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://toys.lerdorf.com/rss.php?version=2.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    

    <author>rasmus@lerdorf.com (Rasmus)</author>
    <content:encoded>
    Last year I showed how to use pecl/oauth to write a &lt;a href=&quot;http://toys.lerdorf.com/archives/50-Using-pecloauth-to-post-to-Twitter.html&quot;&gt;Twitter OAuth Consumer&lt;/a&gt;.  But what about writing the other end of that?  What if you need to provide OAuth access to an API for your site?  How do you do it?
&lt;br /&gt;&lt;br /&gt;
Luckily John Jawed and Tjerk have put quite a bit of work into pecl/oauth lately and we now have full provider support in the extension.  It&#039;s not documented yet at php.net/oauth, but there are some examples in &lt;a href=&quot;http://svn.php.net/viewvc/pecl/oauth/trunk/examples/provider/&quot;&gt;svn&lt;/a&gt;.  My particular project was to hook an OAuth provider service into a large existing Kohana-based codebase.  After a couple of iterations this should now be trivial for others to do with the current pecl/oauth extension.
&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href=&quot;http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html#extended&quot;&gt;Continue reading &quot;Writing an OAuth Provider Service&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 22 May 2010 21:50:22 -0700</pubDate>
    <guid isPermaLink="false">http://toys.lerdorf.com/archives/55-guid.html</guid>
    
</item>

</channel>
</rss>