You are here

INSTALL.txt in Flickr API 7.2

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
  3. 7 INSTALL.txt
INSTALLATION:

1) Download and enable the Oauth module (http://drupal.org/project/oauth).

2) Place the FlickrAPI module directory in your modules folder (this will
   usually be "sites/all/modules/").

3) Download the phpFlickr library from https://github.com/dan-coulter/phpflickr,
   rename it to 'phpFlickr', and place it in your libraries folder. This should
   usually result in sites/all/libraries/phpFlickr.

3) Enable the module.

4) Go to admin/config/media/flickrapi

5) Enter your API Key and optionally your API Shared Secret. See
   http://www.flickr.com/services/api to register for a key.

6) After saving, the form will send you to Flickr.com to authenticate
   your website using OAuth. You will have 'read' permissions by default.

7) More permissions (write/delete) or disabling caching can be set using the
   the Advanced Settings. Changing permissions afterwards forces you to
   re-authenticate.

File

INSTALL.txt
View source
  1. INSTALLATION:
  2. 1) Download and enable the Oauth module (http://drupal.org/project/oauth).
  3. 2) Place the FlickrAPI module directory in your modules folder (this will
  4. usually be "sites/all/modules/").
  5. 3) Download the phpFlickr library from https://github.com/dan-coulter/phpflickr,
  6. rename it to 'phpFlickr', and place it in your libraries folder. This should
  7. usually result in sites/all/libraries/phpFlickr.
  8. 3) Enable the module.
  9. 4) Go to admin/config/media/flickrapi
  10. 5) Enter your API Key and optionally your API Shared Secret. See
  11. http://www.flickr.com/services/api to register for a key.
  12. 6) After saving, the form will send you to Flickr.com to authenticate
  13. your website using OAuth. You will have 'read' permissions by default.
  14. 7) More permissions (write/delete) or disabling caching can be set using the
  15. the Advanced Settings. Changing permissions afterwards forces you to
  16. re-authenticate.