You are here

constant MEDIA_FLICKR_API_APPLICATION_URL in Media: Flickr 7.2

Same name and namespace in other branches
  1. 6 media_flickr.module \MEDIA_FLICKR_API_APPLICATION_URL
  2. 7 includes/media_flickr.variables.inc \MEDIA_FLICKR_API_APPLICATION_URL
2 uses of MEDIA_FLICKR_API_APPLICATION_URL
media_flickr_help in ./media_flickr.module
Implements hook_help().
_media_flickr_error_check in includes/media_flickr.utilities.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.

File

./media_flickr.module, line 10
Provides a stream wrapper and formatters appropriate for accessing and displaying Flickr images.

Code

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