onesky / api-library-php5

PHP5 library for OneSky API
MIT License
19 stars 12 forks source link

Failed to authorize #31

Closed matiaso closed 8 years ago

matiaso commented 8 years ago

I receive an error message "401 Fail to authorize":

$osaClient = new OneSkyApp\Client; $osaClient->setApiKey(API_KEY)); $osaClient->setSecret(API_SECRET)); $osaClient->translations('export', array( 'project_id' => $projectId, 'locale' => $locale, 'source_file_name' => $filename ));

matiaso commented 8 years ago

It was a problem relative to Docker and date.