Buzz:There is an example at the top of the libary.
I was wondering if there were any examples as well. I checked the top of the library, and the only code that I saw was this:
require_once('Space.php');
$key = 'http://www.myspace.com/xxxxx';
$secret = 'xxxxxxxxxxx';
$s = new Space($key,$secret);
$hProfile = $s->profile(1234567890);
Does anyone have a little more in depth quick and dirty example of how to implement this? (IE: steps to take, example files, example source code to copy and paste in canvas, home, and profile surface code areas, etc..)