Hey all, I've built a socialize wrapper class for the REST API in PHP. It allows you to integrate socialize quicky by converting the objects to PHP arrays for easy access and integration. The gigya socialize class is a PHP class which interacts with the gigya socialize API. The gigya socialize class contains the following files in the package along with a description; config.php - allows you to set the secret key and API details. class_socialize.php - the main socialize class which takes a request, communicates with the gigya API and sends back the correct gigya data into an array ready for use. OAuth.php - The Generic required authentication class. Example_getuserinfo.php - Initiates the getUserInfo object from gigya API and outputs the data in an array. Example_getrawdata.php - Initiates the getRawData object from gigya API and outputs the data in an array. Example_getfriendsinfo.php - Initiates the getFriendsInfo object from gigya API and outputs the data in an array. Example_getsessioninfo.php - Initiates the getSessionInfo object from gigya API and outputs the data in an array. Example_publishuseraction.php - Initiates the publishUserAction object from gigya API and outputs the data in an array. Example_sendnotification.php - Initiates the sendNotification object from gigya API and outputs the data in an array. Example_setstatus.php - Initiates the setStatus object from gigya API and outputs the data in an array. Example_disconnect.php - Initiates the disconnect object from gigya API and outputs the data in an array. Please refer to the gigya socialize API documentation for each gigya socialize API object. You can download the files and packages here; http://www.osirisinternet.com/gigya-socialize-class.php You can see a demo of the class in action @ here Thanks!