Hey :)
Giving up now...
Getting the following error:
<b>Fatal error</b>: Uncaught exception 'Fotolia_Api_Exception' with message 'Wrong data type for parameter: id'
when trying this php code:
$fotolia_result = $api->getMediaData(
array(
"id" => 8284409,
"thumbnail_size" => 400,
"language_id" => 4
));
api key is defined, user is logged in,
and i tried approx 100 combinations :)
what i am doing wrong?
thanks a lot and have a great day!
Georg