pardonnez moi mais je n'ai rien a voir avec vos messages et j'aimerai a l'avenir ne plus les recevoir merci par avance! ________________________________ De :...
Hi all! Just some questions about the Flickr API/interface. I want to create a "simple" POC showing Flickr interaction from a browser using HTML/Javascript. I...
... The API Key and Secret have almost nothing at all to do with your account; they identify the developer, not the user. You need to use the authentication...
Geoffrey, Thanks for the quick reply! God I love the interwebs. So, let me restate the obvious! #1. I create a API Key and Secret. This identifies *ME* the...
see http://www.flickr.com/services/api/misc.userauth.html You don't ask the user for their username/password (which would be a huge security risk); yo...
Hi Kam No, you do _not_ ask the user for their passwords. You ask Flickr for a Frob (a small token) which identifies you as a developer to Flickr. You then...
Okay, I see. I have to get the user's approval via the flickr page. PERIOD. I would have to use the "callback" approach (using the web model) to have them...
As Morten and Geoffrey just wrote, this is all covered rather well in the API guide. From a user perspective, they first see your page, where you give them a ...
In the last day or so we have noticed some Flickr API calls failing. Exactly which calls varies, but the nature of the failure is that the API returns an HTTP...
Yes, we're seeing quite a few API calls failing with our app (photophlow). Neil On Wed, Feb 4, 2009 at 12:11 PM, Chris Campbell...
Neil Berkman
neil@...
Feb 4, 2009 8:24 pm
4724
We've just realized that a small number of our web servers had a configuration issue, which we fixed about an hour ago. Are you still seeing issues? Paul...
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
I have some http://static.flickr.com/ with I want to change the farm. The http://farm3.static.flickr.com/2373/buddyicons/8982892@... this is working fine...
Hi, I'm working on an app that shows flickr pics around you (it basically clones the nearby function). So, for example, here is my location, and the pics...
... Maybe the photographers whose photos you can see on the website chose to opt out of their photos appearing in API searches? I'm not sure if there is an...
Certain calls to photos.search get an automatic date limit applied to them in the absence of other limiting factors. This is insufficiently documented, and...
The docs state that the arguments min_upload_date and max_upload_date want unix timestamps - but it seems that the only accepted format is a mysql datetime,...
Hello. Im searching how could i get the number of "Viewed" of a photo. Example: "Viewed 160 times" I need the "160". Its is possible with the api ? Thanks and...
... believe it ... Thanks Sam. I think so too, but this is the complete array of getInfo: Array ( [id] => 2277424554 [secret] => dc95b65315 [server] => 2067 ...
flickr.photos.getInfo contains this infohowever i think you can only get the view count when making an authenticated call 2009/2/18 laynnok <laynnok@...>...