... Actually, just a few weeks ago, Eric Costello confirmed on this mailing list that the old authentication method no longer works. As such, you can no ...
... In the strictest reading of the ToU, only 1) would satisfy the terms (as it says "from the photo" as compared to "from the photo's containing page" or...
HI Matt, Thanks for the quick (and well thought out) response. By default my app links the picture back to flickr but I was playing with some javascipt that...
It is not in the API, but your request has been noted :) If you could give us some idea of how you would use the stats it might help us design the interface...
We prefer #1 be used (of course :), but if you want to provide some other spiffy functionality when the photo is clicked, #2 is perfectly fine. Happy New Year....
... That is correct. The whole point behind the current system is to provide a way for users to authenticate against Flickr without having to give their...
... Well, I thought about doing something similar, so here's my story: Gather information on views over time to track how 'popular' a user is and get an idea...
... How about this? I played with the FlickrAPI a few days ago and whipped up a small app to let you see your Flickr photostream as in "photoblog" view....
I'd imagine that the stats on a particular picture would include a <views> tag ... question is what should go within it? A single number would be good but I...
I've noticed that flickr.groups.pools.getPhotos usually returns the wrong number of images in the pool. My best guess is that it returns the full number...
Just to clarify, when I wrote "I ask my user their login and password directly" I meant "my application asks their login and password". I am not sharing the...
... Once an authentication token has been created, it will never expire as long as the user does not deactivate it. Your app will have to authenticate the ...
Excellent! Thank you very much for this information! I'll have to experiment with frob vs. mini-token to see which is more convenient for the user in a mobile...
The Flickr API is an interface to the Flickr service, upon which web applications can be written. For examples of these applications, take a look at...
I'd imagine that the stats on a particular picture would include a <views> tag ... question is what should go within it? A single number would be good but I...
... [snip] ... Until the bug is fixed, probasbly using the same method you are currently using (I'm guessing paging through the pool and manually counting...
Actually, just a few weeks ago, Eric Costello confirmed on this mailing list that the old authentication method no longer works. It still works for those who...
Will do John! _____ From: yws-flickr@yahoogroups.com [mailto:yws-flickr@yahoogroups.com] On Behalf Of John Watson Sent: Friday, December 30, 2005 4:59 PM To:...
... You forgot to mention that it's much more Pythonic than the other libraries! Awesome! -- Brian Lalor / blalor@... Stewardess: We know you have your...
... Excellent. ... It's pretty straightfoward what I have in mind. I would love to create a tool that could draw a simple graph of total views your photostream...
... it would be nice to know "which of these photos is the most popular". This would make it easier to find nice photos when you're playing photo editor. You...
Hi group, A colleague at work just sent me a mail saying that some folks in the group are having problems using the Ruby Flickr API [1] with auth. Somehow I...
Good morning, all. I've been tinkering with the API a bit in the last few days, trying to go back and tag images in my iPhoto library that have already been...
Brian, I checked that image with my php wrapper for the API and it returned all of the EXIF data just fine. I even got the Image Number (#1434388) tag. By the...
... Damn. It *is* working, now. I tried making that call yesterday and again this morning before posting this email and it didn't work. I just got back an...