<?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>Mon, 05 Jan 2009 22:51:22 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: WebThumb contest ends on the 15th]]></title>
      <guid>http://www.phpdeveloper.org/news/7067</guid>
      <link>http://www.phpdeveloper.org/news/7067</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> has <a href="http://blog.joshuaeichorn.com/archives/2007/01/09/webthumb-content-ends-on-the-15th/">a reminder</a> about the WebThumb (a PHP-based website thumbnailing service) contest that he's having.
</p>
<blockquote>
The <a href="http://bluga.net/webthumb/contest.php">WebThumb contest</a> ends on the 15th. I know there are couple projects out there that haven't officially entered. If you want to have a chance to win an upgraded Webthumb account make sure to get your entries in, the contest website has all the details.
</blockquote>
<p>
The <a href="http://bluga.net/webthumb/">WebThumb service</a> is a web service that allows remote users to request a thumbnail of a site and, when it's ready, automatically fetch it to be used however they want. You can even defined custom heights and widths for the browser to use. 
</p>]]></description>
      <pubDate>Wed, 10 Jan 2007 07:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  How to use the facebook API]]></title>
      <guid>http://www.phpdeveloper.org/news/6432</guid>
      <link>http://www.phpdeveloper.org/news/6432</link>
      <description><![CDATA[<p>
On the JSLabs blog today, there's <a href="http://www.whenpenguinsattack.com/2006/10/05/how-to-use-the-facebook-api/">a new tutorial</a> showing how you (yes you) can use the <a href="http://developers.facebook.com">Facebook Developer's API</a> to pull information from their systems.
</p>
<blockquote>
The facebook API allows you to access profiles, friends, photos, and events.  To access the API from an outside server, you need to go through the following steps:
<ul>
<li>login to your Facebook Account
<li>get an <a href="http://developers.facebook.com/account.php?action=add_key">account key</a>
<li>Get the <a href="http://developers.facebook.com/documentation.php?doc=clients">client library</a>
<li>The php 5 library can be found <a href="http://developers.facebook.com/clientlibs/php5_client.tar.gz">here</a>
</ul>
</blockquote>
<p>
He uses the PHP library to <a href="http://www.whenpenguinsattack.com/2006/10/05/how-to-use-the-facebook-api/">make the connection</a> - a simple call to the API (complete with API key, the location of the interface, a secret key, and a session key to provide a unique identifier. The request made logs a user in (much have a valid Facebook account) and grabs: the count of the messages waiting, the number of posts to your wall, and a list of available photo albums.
</p>]]></description>
      <pubDate>Thu, 05 Oct 2006 13:51:38 -0500</pubDate>
    </item>
  </channel>
</rss>
