web/callback.php
changeset 229 74c9ddc3640b
parent 207 621fa6caec0c
child 233 10d6fd6ce9ab
equal deleted inserted replaced
228:1bcc79e78fa1 229:74c9ddc3640b
    23     $_SESSION['TWITTER_REQUEST_TOKEN'] = null;
    23     $_SESSION['TWITTER_REQUEST_TOKEN'] = null;
    24 
    24 
    25     /**
    25     /**
    26      * With Access Token in hand, let's try accessing the client again
    26      * With Access Token in hand, let's try accessing the client again
    27      */
    27      */
    28     header('Location: ' . URL_ROOT );
    28     header('Location: ' . URL_ROOT . 'client.php' );
    29 } else {
    29 } else {
    30     /**
    30     /**
    31      * Mistaken request? Some malfeasant trying something?
    31      * Mistaken request? Some malfeasant trying something?
    32      */
    32      */
    33     exit('Invalid callback request. Oops. Sorry.');
    33     exit('Invalid callback request. Oops. Sorry.');