Man I’m close. After authenticating the app I get this when redirected by to the site. curl is enable on our webserver
array ( ‘url’ => ‘https://api.dropboxapi.com/oauth2/token?code=XXXXXXXXXXXredirect_uri=https://auth.blighty.net/dropbox.php’, ‘content_type’ => NULL, ‘http_code’ => 0, ‘header_size’ => 0, ‘request_size’ => 0, ‘filetime’ => -1, ‘ssl_verify_result’ => 1, ‘redirect_count’ => 0, ‘total_time’ => 0.078, ‘namelookup_time’ => 0.0, ‘connect_time’ => 0.047, ‘pretransfer_time’ => 0.0, ‘size_upload’ => 0.0, ‘size_download’ => 0.0, ‘speed_download’ => 0.0, ‘speed_upload’ => 0.0, ‘download_content_length’ => -1.0, ‘upload_content_length’ => -1.0, ‘starttransfer_time’ => 0.0, ‘redirect_time’ => 0.0, ‘redirect_url’ => ”, ‘primary_ip’ => ‘XXXX’, ‘certinfo’ => array ( ), ‘primary_port’ => 443, ‘local_ip’ => ‘XXXX’, ‘local_port’ => XXXX, )error occurred during curl exec. Additional info:
-
This reply was modified 6 years, 9 months ago by dmarquette.