I try to be authenticated using Dropbox-php-sdk. Therefore i use localhost development environment without ssl. Is that possible or not as i get the following error:
$callbackUrl = "http://localhost/dropboxphp/finish.php";
$accessToken = $authHelper->getAccessToken($code, $state, $callbackUrl);
echo $accessToken->getToken();
Regards