constant EMIMAGE_FLICKR_API_APPLICATION_URL in Embedded Media Field 6
2 uses of EMIMAGE_FLICKR_API_APPLICATION_URL
- emimage_flickr_error_check in contrib/emimage/providers/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 contrib/emimage/providers/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
- contrib/emimage/providers/flickr.inc, line 10
- This include processes flickr.com image files for use by emfield.module.
Code
define('EMIMAGE_FLICKR_API_APPLICATION_URL', 'http://www.flickr.com/services/api/keys');