Differences from FlickrApi:3 (red) to FlickrApi:4 (green)
We support a few of the methods of the [[Flickr API|http://www.flickr.com/services/api/]] to help developers port their existing applications to Jamendo easily.
=== Supported methods ===
* flickr.test.echo
=== Differences with the Flickr API ===
* The endpoint changes from **~http://api.flickr.com** to **~http://apiflickr.jamendo.com**
* We don't support SOAP yet. Please use XMLRPC or REST. (All the return formats except SOAP are supported)
* API keys/secrets are not needed for read-only access of public data. For these calls we won't check the {{{api_key}}**api_key** or {{{api_sig}}}**api_sig** parameters at all.
* "photos" translate to "album covers" here on Jamendo.
* URLs are built differently from http://www.flickr.com/services/api/misc.urls.html :
** album covers => ...
** album urls => ...
=== Supported methods ===
* flickr.test.echo
=== Sample calls ===
* http://apiflickr.jamendo.com/services/rest/?method=flickr.test.echo¶m1=test1¶m2=test2
* http://apiflickr.jamendo.com/services/rest/?method=flickr.test.echo¶m1=test1¶m2=test2&format=php_serial
* http://apiflickr.jamendo.com/services/rest/?method=flickr.test.echo¶m1=test1¶m2=test2&format=json