Correct. The notes are for displaying on the Flickr page, and that image is always the medium sized image (unless the image is actually smaller than medium...
Whats the simplest method (using the Flickr APIs) of determining the "last date" one of my Contacts uploaded a photo? The only way I have figured so far is .. ...
Thanks Sam, but they each require the user_id of the person you want to find the last photo for - as far as I can work out regards Chris ... their ... ...
No. The first one requires the user_id of the person whose contacts you want the photos of but only shows public photos. The second one is required to be...
Thanks Sam, but they each require the user_id of the person you want to find the last photo for - as far as I can work out regards Chris ... their ... ...
Dear all, I'd like to know whether there is an elegant way to know the total number of photos/groups/people in flickr using the API? Thank YOU. Regards, SSM...
Thanks Sam. I rechecked.. I must have been looking at the wrong API method when I replied. The flickr.photos.getContactsPhotos with a single_photo defined and ...
Thanks for the replies guys, you have helped to confirm what I had suspected. I guess I will just have to suggest that anyone using the plugin will have to...
Hi everyone: I am wondering how the api_key and secrete work to secure the connection between user and flickr server. Thanks, ff ... Looking for last minute...
... They don't secure the connection; they merely (somewhat) securely identify your application as the one making the calls to the API. All of the actual data...
Sometimes, on a daily basis, when retrieving the interestingness list, the xml response contains blank entries such as the following ... <photo id="" owner=""...
... Like Geoffrey said, the connection is standard http, so isn't secure. The key and secret work together to authenticate the origin and verify the integrity...
It would seem that the "extras" parameter, taking o_dim today, could take rotation, or o_rotation, or something like that to return with the search results the...
Hi folks, There were a few small bugs in Beej's Python Flickr API 1.0-rc1, so here is 1.0-rc2. It looks like this one might actually get promoted to the full...
This is my first post to this board, and I am a total noob to flickr, though not programming in general. My background is in .net middleware, so it would be...
The easiest way to start is to use the REST technique to connect to Flickr: http://flickr.com/services/api/request.rest.html It's just HTTP GET calls to the...
I am sure this is just a function of my xml illiteracy, but after several hours of combing the net, I have code that according to the examples should work, but...
Hi all, I'm trying to find *quality* pictures with a given tag. It's easy to get a list of pictures with a given tag but once i have it i'd like to get some...
On Fri, Mar 7, 2008 at 11:35 AM, lorenzo_bolognini <lbolognini@...> ... Do you mean good photographs? Often, the "interestingness" searches are the way...
... are the ... be pretty ... Yeah i mean good pictures from an aesthetic point of view. Do you think you could do better than this to find beautiful pictures ...
On Fri, Mar 7, 2008 at 12:07 PM, lorenzo_bolognini <lbolognini@...> ... That's probably your best bet ... flickr.photos.search has a group_id parameter...
The only guide to 'quality' that Flickr provides is the 'interestingness' algorithm (which is determined by the magic donkey apparently). So just sort your...
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
I'm getting an Invalid Signature error when trying to add a comment to a photo using the FlickNet Api... Here's the code i'm using... any idea what the problem...
Hi chris No idea what you code actually is, but i programmatically add a comment and it took some time to figure out how, but you need to generate the hash...