apt-get update
apt-get ugrade
apt-get install build-essential
| <?php | |
| // | |
| // Desk.com Single Access Token API Example | |
| // | |
| // 1) Copy this file to the root of your webserver and change the $my_desk_url variable to point to your desk.com hostname | |
| // 2) Go to https://[yoursite].desk.com/admin/settings/api-applications and create an API Application | |
| // 3) Copy the consumer key & secret on the listing page after you create your API Application | |
| // 4) Click the "Your Access Token" link to get your single access token & secret | |
| // 5) Copy your single access token & secret and paste it into the appropriate variable in this file | |
| // |
| /* | |
| * object.watch polyfill | |
| * | |
| * 2012-04-03 | |
| * | |
| * By Eli Grey, http://eligrey.com | |
| * Public Domain. | |
| * NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
| */ |