This should be back to how it was earlier - let me know either way? Thanks! d....
6609
Alesa
alesadam...
Dec 7, 2010 9:40 am
This is a minor issue, but wanted to report nonetheless. Scenario: search the FlickrHacks discussions for the script Flickr Refer Comment, and see the broken...
6608
dartar@...
dartar
Dec 5, 2010 8:40 pm
this thread may be of help http://www.flickr.com/groups/api/discuss/72157624373777971/ Dario...
6607
seguindav
Dec 5, 2010 7:29 pm
Hello, I'm using phpflickr to load images from a Flickr group into a web page. But I noticed some discrepancies. There are now 1,023 images being loaded on to...
6606
Daniel
warzauwynn
Dec 5, 2010 2:28 am
I noticed this same problem at the same time. Any idea when this issue will be fixed? Is there a way to get camera body info out of the API in another means?...
6605
John Watson
watsonjo
Dec 4, 2010 11:16 pm
I have a process that samples EXIF data from recent uploads throughout the day and saves the makes and models in a database. As of 12/3 @ 11:40am Pacific I am...
6604
Rochkind Marc
mrochkind
Dec 4, 2010 7:45 pm
True, Jason, not all cameras do it the same way, but I checked hundreds of "Interestingness" photos. --Marc...
6603
Jason L. Froebe
jason_froebe
Dec 4, 2010 6:00 pm
Or not parsing all the fields in the exif metadata. Not all cameras put the camera info in the same place jason On Sat, Dec 4, 2010 at 4:29 AM, Chris...
6602
Chris Blackwell
d1rtym0nk3y
Dec 4, 2010 10:29 am
I just checked this and you appear to be correct. Camera maker and a model are missing from the getExif api call. If i download the same original image i can...
6601
mrochkind
Dec 3, 2010 9:56 pm
Camera maker and model is not in the data retrieved by flickr.photos.getExif, based on testing against thousands of images, most of which aren't mine (e.g.,...
6600
whirljackk
Dec 2, 2010 10:10 pm
Hi, It seems that the is_getty parameter does not do anything. In the API explorer, both of these searches return the same results: ...
6598
martinheimburger
martinheimbu...
Dec 1, 2010 7:15 pm
Provided you have the set id, you could use the flickr.photosets.getPhotos call and set per_page=1 and page=<therequiredindex>. That way only the photo you...
6597
Andreas Grandin
andreasg_photo
Dec 1, 2010 7:06 pm
Hi Could anyone give me an example on how to retrive a photo from a specific set by using a index number. Like I got photoset with 10 images, how to get the...
6596
Sam Judson
wackylabs
Nov 30, 2010 12:27 pm
Good to see. I look forward to seeing what appears on the changelog in the future... Sam...
6595
wolfcat702002
Nov 29, 2010 11:31 pm
great tagmode: bool does work when making API calls, but doesn't seem to work when making feed calls. but at least I have something to start with. Thanks....
6594
cynk
cynkalum
Nov 29, 2010 8:05 pm
Hey all, Check out the newly released Flickr Developer Guide <http://www.flickr.com/services/developer> . Here's the code.flickr.com blog post ...
6593
Tristan Savatier
immediate_bo...
Nov 29, 2010 9:37 am
i mean: i don't see why tag_mode "all" does not work just like "bool" ... -t ... From: "martinheimburger" <martin@...> To:...
6592
Tristan Savatier
immediate_bo...
Nov 29, 2010 9:29 am
well, thanks for the "bool" tip.... definitely useful. and i don't see what "all" does not work just like "bool". there is no reason for it to ignore tags...
6591
martinheimburger
martinheimbu...
Nov 29, 2010 9:26 am
... Yes, that's what some very basic testing just now appears to indicate. ... If this is indeed undocumented - I agree. But on the other hand, there are...
6590
Tristan Savatier
immediate_bo...
Nov 29, 2010 9:15 am
tag_mode=bool ... is not documented. what does it do exactly, when you specify several tags? is it just like "all" except that tags preceded by "-" are...
6589
martinheimburger
martinheimbu...
Nov 29, 2010 9:12 am
Have you tried using tag_mode=bool? That's what the Organizr uses, and as you say, it seems to work there. Martin...
6588
Tristan Savatier
immediate_bo...
Nov 29, 2010 2:43 am
yes, this is a known bug. i reported it at least 2 years ago, and it was never acknowledged by flickr staff, and tag exclision still fails with the tag search...
6587
wolfcat702002
Nov 29, 2010 1:56 am
I want to exclude a tag, eg. - brisbane but even using the API tools, when I include the tags, "garden,-brisbane" on the page <a...
6586
Tristan Savatier
immediate_bo...
Nov 28, 2010 9:37 pm
you cannot upload any image file that is larger than 20 MB. that's the maximum size for images on flickr. -t ... From: <azonie@...> To:...
6585
azonie@...
azonie...
Nov 28, 2010 8:32 pm
I have my Flickr account set up in LR3 and have over 500 images in the Flickr Photostream, but can't seem to upload new or changed images. When I do I get this...
6584
Arash Motamedi
motamedi_arash
Nov 27, 2010 10:27 am
Just wanted to share with anybody who might be looking at the same question, I found this useful resource. Makes it easier than how flickr has suggested (no...
6583
Tristan Savatier
immediate_bo...
Nov 25, 2010 12:04 am
... ouch. i thought it was somehow processed on-demand (and maybe cached) i didn't know it was a batch process that was happening only upon upload. ... i...
6582
henrylyne
Nov 24, 2010 11:56 pm
The Exif data for a photo is processed on upload, and this photo was uploaded a while ago. In early 2009 we improved our Exif processing. If you re-upload the...
6581
Ulisses Alves Machado
ulixus
Nov 24, 2010 5:58 pm
Dear GroupMembers, can anyone please explain me how i can catch the several Error-Events that the FlickrApi returns for example at the method "photos.search"? ...