I am trying to get the raw photo URL from my flickr photostream RSS feed. I am parsing my flickr feed.. but I am unable to get the exact file name from the RSS...
Hi, I'm building a desktop application with Flash CS3 using ActionScript 2 to, among other things, upload a photo to Flickr. I'm just using the standard...
Hello, I am trying to establish whether the 'count' value for tags returned when calling people.getInfo refers to unique tags or overall number of tags the...
See the following for example of raw and clean tags: http://www.flickr.com/services/api/flickr.tags.getListUserRaw.html And I've just realised there is no tag...
An example of some raw tags might be: "cafe rouge", "Cafe Rouge", "Café Rouge" They will all be 'cleaned' by flickr to form the same clean tag, "caferouge". ...
Hi All, (I'm fairly new to the list - searches don't turn up much about this, but apologies in advance if this has been addressed). I have a set of photos that...
Hi all, Sorry to be a grouch here, but I just discovered that flickr.groups.pools.add can return an undocumented but fairly common 'error' code. If you post a...
Dear, I am developing a website and using web 2.0 technology.I wanted to use flickr APIs to inhance my site features. So please send me the developer's guid...
We are not Flickr - we are just some developers who help people with problems. http://www.flickr.com/services/ Use this page to read the documentation and...
You can find examples and documentation here: http://www.flickr.com/services/api/ You can also try the methods and see the output through the API explorer,...
Hi Fraser, In order to keep from breaking any existing implementations, the pending group rsp will have to remain an error. BUT, I will document it on the...
... Thanks Eric. Understand about not breaking current apps, so moderation status in getInfo would be super. Thanks again, Fraser -- http://speirs.org --...
Hi, Just want to let you know that I've come up with a solution: function send_pict(fileRefList:FileReferenceList){ var list:Array = fileRefList.fileList; var...
Hi, I'm not sure I'd rely on that approach, I wouldn't be surprised if Flickr turned that script off in the future... The problem with uploading from AS2 to...
Hi Kevin, thanks for your response. ... That's why I was asking also :) ... FileReference ... data ... It does actually, it's the second parameter in the...
Hi, ... It's Kelvin but no worries! ... Oh. It previously didn't and the documentation I linked to before doesn't mention it. But maybe they added it at some...
Hi I'm a freelance mobile developer. I have just published a paper and example code for Symbian which includes code for a DLL to upload images to Flickr. It...
Dear Eric et. al: Let me be the first to ask for it: API access to the new stats. It would be a great fit for a project I'm working on :-) The stats are...
Seeing as we're still waiting for collections via the API, and better group management via the API to name but two things I'm not holding my breath. Sam...
use tags.getListUserPopular http://www.flickr.com/services/api/flickr.tags.getListUserPopular.htm Cheers, Chris ________________________________ From:...
Don't know anything about python.. Have you tried count=999999 ? This parameter defaults to 10, but the documentation does not specify a maximum you may...
It's because you're specifying count=-1 that you're losing that one tag. Try: y = _FlickrAPI_ instance. tags_getListUser Popular(len(t1)) That still doesn't...