<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,7 @@
 PHP example files for interfacing with your ScreenSteps Live account using the ScreenSteps Live API. 
-Uses PHP5, SimpleXML, curl and the Crypt_HMAC PEAR package.
+Uses PHP, curl and the Crypt_HMAC PEAR package. Looks for HMAC.php file in same directory as 
+sslive_class.php file. If not found then requires that file be in PEAR repository.
 
-The Crypt_HMAC PEAR package is available at http://pear.php.net/package/Crypt_HMAC.
\ No newline at end of file
+The Crypt_HMAC PEAR package is available at http://pear.php.net/package/Crypt_HMAC.
+
+Questions? support@screensteps.com
\ No newline at end of file</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,10 +5,13 @@
 // You need to get this from PEAR
 // http://pear.php.net/package/Crypt_HMAC
 
-## Use this line if you put the HMAC.php file in the same directory
-require_once(dirname(__FILE__) . '/HMAC.php');
-## Use the following line if you keep HMAC.php in the PEAR repository.
-//require_once('Crypt/HMAC.php');
+if ( file_exists(dirname(__FILE__) . '/HMAC.php') )
+	## Use this line if you put the HMAC.php file in the same directory
+	require_once(dirname(__FILE__) . '/HMAC.php');
+else
+	## Use the following line if you keep HMAC.php in the PEAR repository.
+	require_once('Crypt/HMAC.php');
+
 
 
 class SSLiveAPI {</diff>
      <filename>sslive_class.php</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@
 	//$sslive = new SSLiveAPI('example.screenstepslive.com', 'http');
 	//$sslive-&gt;SetAPIKey('12e5317e88');
 	
+	// Create ScreenSteps Live object using reader account credentials
 	$sslive = new SSLiveAPI('example.screenstepslive.com', 'http');
 	$sslive-&gt;SetUserCredentials('example', 'example');
 ?&gt;
\ No newline at end of file</diff>
      <filename>sslive_include.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c0f4bf2b731b5b845d86f245c4ef65f4a193ab9</id>
    </parent>
  </parents>
  <author>
    <name>Trevor K DeVore</name>
    <email>trevordevore@Trevors-iMac-2.local</email>
  </author>
  <url>http://github.com/bluemango/screensteps-live-api-php-example/commit/48abbfb63d92b9c7ccaccd45293e73d8d14a5d75</url>
  <id>48abbfb63d92b9c7ccaccd45293e73d8d14a5d75</id>
  <committed-date>2009-04-28T13:32:59-07:00</committed-date>
  <authored-date>2009-04-28T13:32:59-07:00</authored-date>
  <message>Updated readme and HMAC require code</message>
  <tree>c01e6586b2a6430695461a5ef82f8ccd51eca01f</tree>
  <committer>
    <name>Trevor K DeVore</name>
    <email>trevordevore@Trevors-iMac-2.local</email>
  </committer>
</commit>
