api key not found...
deadlyminds - August 9, 2008 - 06:47
| Project: | Flickrstickr |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I followed all the instructions in the readme. downloaded and copied ie7 - 2.0 (beta 3) to the module folder.
Enabled the module. I see there is a flickr image insert link when I create content and a popup opens when I click this link..
If I search for a user or a tag, after a few minutes I get this message in another error window - "Invalid API key" (key not found). I thought that this must be the flickr API key (used in the flickr module) and checked that I had an API key, I did have.
Since the readme didn't mention anything about an API key, I'm confused if the message means anything else..
Can you please help...

#1
Agreed. I've encountered the same problem. Mind you, I'm new to Drupal in general and Deadwood-ed it for my Drupal core (6.4). Installing the Flickr module and entering the API key and everything didn't help. Anyone have any success stories and tips?
#2
I also have the same problem. Has anyone found a solution?
#3
For anyone who cares, you need to add your api key to the code on line 308
return variable_get('flickrstickr_flickrkey', '[enter your api key here]');
#4
thanks medic for that tip...btw where do I add this code?
#5
MedicSean37 - your fix worked for me.. but this seems like a band-aid solution
anyone out there know what's going on?
#6
assuming you figured it out already, but future ones who stumble upon this page. Open the .module file and find that line of code.