I can use the admin property from flickr.groups.pools.getGroups to get a list of groups I administrate, but how do I get a list of groups I have moderator...
I'm trying to write a new approval queue interface with the Flickr API, but I can't seem to find a way to get the list of photos in the approval queue for...
No, neither pending photos, nor the ability to approve or deny them are available vi the API. I would agree though, these would be incredibly useful methods...
Well that's unfortunate. Are there any actual Flickr engineers on this list? Could someone explain why not, if everyone agrees it would be extremely useful? ...
Hi all, We've added a new authenticated method to the flickr.places namespace called flickr.places.placesForUser which returns the top 100 unique places,...
I'll look into an API for the approval queue. I know there are reasons why we don't have groups members APIs, but I don't remember what they are :) -kellan...
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
Hi, I am trying to get the tags from public photoes on flickr but i get them in all different languages. I need to be able to get tags only in english. there s...
No; tags don't have any language information attached to them, so there's no way to just get English tags. The geographic search might help a bit, but there...
Hey all, I'm new to developing using the flickr API, but am enjoying the work and finding it mostly easy to make progress. I think I may have found a bug in...
Not to mention plenty of tags that are either place names (so not language specific) or just plain gibberish (well, they might mean something to someone). Sam ...
Hello, This is my first post here. I wondering if there was an API for the Flickr folders. For example, I want to develop a Silverlight application where the ...
... I assume you mean the collections. There is currently no public API calls for collections. -- Dan Coulter http://dancoulter.com/ http://phpflickr.com/ ...
I have for many hours tried to make it work but I can't figure out what I doing wrong. I get back the error message, "Invalid API Key (Key not found)" I have...
Thanks sam for the reply.. seems that i can't get only english tags. ... language ... <nityavyas@...<nityavyas%40yahoo.co.uk>> ... only in ... groups ??...
I was wondering how many queries per second (QPS) I can get away with when querying the flickr API? When i view my usage statistics the bars in the bar graphs...
I am getting invalid api key (ke is missing) eoor 100. Please can someone tell me how to get rid of this problem. This is my header POST /services/upload/...
I am getting invalid api key (ke is missing) eoor 100. Please can someone tell me how to get rid of this problem. This is my header POST /services/upload/...
Well the first hink that stands out is that there is means to be a blank line between the content-disposition header and the content, i.e. the api_key etc. Sam...
On Tue, Sep 9, 2008 at 5:19 AM, Mischa M Tuffield < ... Obviously, I can't give you an official answer, but I think you're stay under an average of 1 QPS,...
Yes I removed that line but still I am getting same error. ... -- ... The information in this mail is confidential and is intended solely for the addressee....
Yogesh Sharma
yogesh.s@...
Sep 10, 2008 4:43 am
4322
... What programming language are you using? It seems like you're trying to build the HTTP request from scratch. For many programming languages there is ready ...
I am using Qt (www.trolltech.com) Its basically C++. There is no library provided by flickr for C++. I am using REST method. I am succeeded is all other api...
Yogesh Sharma
yogesh.s@...
Sep 10, 2008 9:57 am
4324
Hi Dan, Thanks for your response, I was assuming I would get away with around 1 QPS. Cheers, Mischa@Garlik ... From: Dan Coulter <dan@...> Subject:...
Hiya, By querying "flickr.photos.getInfo"You can compare the below values, i.e. date posted and lastupdated <dates posted="1100897479" taken="2004-11-19...
Lastupdated is updated whenever metadata associated with the photo is changed (eg: privacy changes, comments added etc), and date posted can be edited by the...