0

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();

enter image description here

Regards

asimkon
  • 915
  • 1
  • 14
  • 21

1 Answers1

0

I just found the solution to my problem even for localhost development using Wamp or other similar packages for Dropbox PHP SDK reading this useful post.

Regards

asimkon
  • 915
  • 1
  • 14
  • 21