You are here

constant IMAGE_NCCK_FLICKR_API_APPLICATION_URL in Embedded Media Field 5

2 uses of IMAGE_NCCK_FLICKR_API_APPLICATION_URL
image_ncck_flickr_error_check in contrib/image_ncck/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.
image_ncck_flickr_settings in contrib/image_ncck/providers/flickr.inc
hook image_ncck_PROVIDER_settings this should return a subform to be added to the image_ncck_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['flickr']) so if you…

File

contrib/image_ncck/providers/flickr.inc, line 5

Code

define('IMAGE_NCCK_FLICKR_API_APPLICATION_URL', 'http://www.flickr.com/services/api/keys');