You are here

constant EMIMAGE_FLICKR_API_APPLICATION_URL in Media: Flickr 6

2 uses of EMIMAGE_FLICKR_API_APPLICATION_URL
emimage_flickr_error_check in providers/emimage/flickr.inc
This will log an error if we don't have a key yet. In addition, if the user is an admin, we'll display an error.
emimage_flickr_settings in providers/emimage/flickr.inc
hook emimage_PROVIDER_settings this should return a subform to be added to the emimage_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['flickr']) so if you want…

File

providers/emimage/flickr.inc, line 10
This include processes flickr.com image files for use by emfield.module.

Code

define('EMIMAGE_FLICKR_API_APPLICATION_URL', 'https://www.flickr.com/services/api/keys');