Actually, I use this SDK on the self-hosted product, it works fine but some servers it creates following error after allowing OAuth from dropbox.
(401) Request token not found
Exception::__set_state(array(
'message' => 'Request token not found.',
'string' => '',
'code' => 401,
'file' => 'Dropbox/Dropbox/OAuth/Consumer/Curl.php',
'line' => 144,
'trace' =>
array (
0 =>
array (
'file' => 'Dropbox/Dropbox/OAuth/Consumer/ConsumerAbstract.php',
'line' => 86,
'function' => 'fetch',
'class' => 'Dropbox_OAuth_Consumer_Curl',
'type' => '->',
'args' =>
array (
0 => 'POST',
1 => 'https://api.dropbox.com/1/',
2 => 'oauth/access_token',
),
),
1 =>
array (
'file' => 'Classes/DropboxFacade.php',
'line' => 65,
'function' => 'getAccessToken',
'class' => 'Dropbox_OAuth_Consumer_ConsumerAbstract',
'type' => '->',
'args' =>
array (
),
),
2 =>
array (
'file' => 'Classes/DropboxFacade.php',
'line' => 42,
'function' => 'init',
'class' => 'DropboxFacade',
'type' => '->',
'args' =>
array (
),
),
'previous' => NULL,
))