I am new to drupal. I am using flickrup module to upload the photos. I have enabled the module and finished the configuration settings. In the flickrup module settings API Auth token is required. When I clicked the url to get the API auth token its displaying the error "Oops! Flickr can't find a valid callback URL".

Can anyone tell me how to get the Flickr API Auth token?

Comments

isma44’s picture

Please read the following in spite of my humble english.

* requirement : Flickr and Flickr Upload Module Activation.
* requirement : copy [phpFlickr] library into Flickr Upload Module Directory.
* requirement : Flickr API Keys and Secret String.

1. Setup the [API Key] and [API Shared Secret] in admin/settings/flickr .
Input your Flickr ID at the text field of [Default Flickr User Id].
And save.

2. As your question,
you need [API Auth token] string for the setup in admin/settings/flickrup .

Click the link "follow the steps here" at top of the page.
It will open the web page of http://phpflickr.com/tools/auth/ .

2.1 Important! At the above page,
Please reset the callback URL of Flickr API setting (on Flickr) with the following URL.
callback URL - http://phpflickr.com/tools/auth/auth.php

2.2 Input your Flickr API Key one more at the [API Key] text field.
Input your Flickr Secret one more at the [Secret] text field.
And change the [Required Permissions] with Write value.

2.3 Submit the form!
You will see the authorizing page of Flickr like...
- Access - Editing - Uploads and [OK, I'LL ALLOW IT]

3. If you click the [OK, I'LL ALLOW IT] button,
You can obtain the [API Auth token].
Input [API Auth token] string at admin/settings/flickrup of your drupal .

;EOC, by gong.