This commit is contained in:
Alex Bilbie 2012-08-28 12:30:51 +01:00
parent d9c4962380
commit a1e5fdddda

View File

@ -114,6 +114,9 @@ class Server
{
$accessToken = null;
$_SERVER['REQUEST_METHOD'] = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : null;
// Try and get the access token via an access_token or oauth_token parameter
switch ($_SERVER['REQUEST_METHOD'])
{