<?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 16:07:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Abhinav Singh's Blog: Writing your first facebook chat bot in PHP using Jaxl library]]></title>
      <guid>http://www.phpdeveloper.org/news/14016</guid>
      <link>http://www.phpdeveloper.org/news/14016</link>
      <description><![CDATA[<p>
With <a href="http://blog.facebook.com/blog.php?post=297991732130">the announcement Facebook as made</a> about opening up their chat service to outside connections, several developers are taking the opportunity to create their own scripts to interface with the service. One developer, <i>Abhinav Singh</i> has <a href="http://abhinavsingh.com/blog/2010/02/writing-your-first-facebook-chat-bot-in-php-using-jaxl-library/">posted a tutorial</a> about the sample application he's created to do just that.
</p>
<blockquote>
Today facebook officially <a href="http://blog.facebook.com/blog.php?post=297991732130">announced</a> availability of it's chat through jabber/xmpp clients. This is a big win for XMPP, with almost 400 million new probable users adding into XMPP club. In this post, I will demonstrate how to connect to facebook chat servers using Jaxl client library in PHP. It can further be used to make custom chat bots for facebook.
</blockquote>
<p>
He shows how to use the <a href="http://jaxl.googlecode.com">Jaxl</a> library to make the connection, setting up some basic environment variables and making the connection to the server. The index.php file that comes with the library reads this config file and sends a default message to the server and returns the response.
</p>]]></description>
      <pubDate>Fri, 12 Feb 2010 09:16:04 -0600</pubDate>
    </item>
  </channel>
</rss>
