This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "message": "Job updated successfully." | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once 'Zend/Loader.php'; | |
| Zend_Loader::loadClass('Zend_Http_Client'); | |
| Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); | |
| // ID of the Printer | |
| $Printer_ID = ""; | |
| // Gmail User Email |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "jobs": [ | |
| { | |
| "id": "3432682791683548017", | |
| "title": "CloudPrint_Architecture.pdf", | |
| "status": "QUEUED", | |
| "fileUrl": "http://docs.google.com/printing/download?id\u003d3432682791683548017", | |
| "ticketUrl": "http://docs.google.com/printing/fetch?output\u003dxml\u0026jobid\u003d3432682791683548017" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style type="text/css"> | |
| body{ | |
| background-color: #000; | |
| } | |
| #container{ | |
| width: 600px; margin: 40px auto; | |
| } | |
| ul.gallery { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once 'Zend/Loader/Autoloader.php'; | |
| // API Key | |
| $API_Key = '[api key]'; | |
| // Register the Zend Auto Loader | |
| $loader = Zend_Loader_Autoloader::getInstance(); | |
| // Create New Instance using the Zend REST Client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $client->tags("instagram app"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // include auto-loader class | |
| require_once 'Zend/Loader/Autoloader.php'; | |
| // define API key | |
| $API_Key = '[Flickr API Key]'; | |
| // register auto-loader | |
| $loader = Zend_Loader_Autoloader::getInstance(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once "rest_client.php"; | |
| //Sandbox | |
| //$root_url = "connect.sandbox.mimeo.com/2010/09/"; | |
| $user_name = "[user name]"; | |
| $password = "[user password]"; | |
| //Live |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once "rest_client.php"; | |
| //Sandbox | |
| //$root_url = "connect.sandbox.mimeo.com/2010/09/"; | |
| $user_name = "[user name]"; | |
| $password = "[user password]"; | |
| //Live |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once "rest_client.php"; | |
| //Sandbox | |
| //$root_url = "connect.sandbox.mimeo.com/2010/09/"; | |
| $user_name = "[user name]"; | |
| $password = "[user password]"; | |
| //Live |