I\'m trying to access the Sorenson-360 API with cURL and PHP, however I am not able to authenticate with their API.
I\'ve tried using this to login to the sorenson 360 API: error_reporting(E_ALL); ini_set(\"display_errors\", 1);
I have an AsyncTask that acts as a countdown timer for my game.When it completes the countdown it displays the out of time end screen and it also updates the timer displayed on the screen.Everything w