<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 23:28:44 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: Authenticating with OAuth from PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/15202</guid>
      <link>http://www.phpdeveloper.org/news/15202</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has <a href="http://www.lornajane.net/posts/2010/Authenticating-with-OAuth-from-PHP">posted about her experiences</a> with getting OAuth working with her PHP application by way of the <a href="http://pecl.php.net/package/oauth">PECL package</a> that adds support into PHP.
</p>
<blockquote>
I've been looking into OAuth recently and really like what I see, so I started looking at actually starting to play with something that uses it (and isn't twitter). In the pursuit of this, I spent some time walking through the process of how to actually authenticate using OAuth, as a client.
</blockquote>
<p>
She briefly touches on the consumer key and secret and how those are passed along with the OAuth object creation to grab a request token, complete with details on setting a callback. She also mentions how to grab an access token - a piece of information you include in your API calls to let the remote service know who you are. All of her examples are using <a href="http://developer.yahoo.com/oauth/guide/about.html">Yahoo! OAuth services</a>.
</p>]]></description>
      <pubDate>Wed, 29 Sep 2010 08:18:32 -0500</pubDate>
    </item>
  </channel>
</rss>
