I wanted to play with machine tags and RDF, and I work in C so I've made a C library to call Flickr's web services to read photo metadata, with demonstration...
One of the users of my set manager reported that they were getting an error message when trying to create a set. I had a dig around and it appears that the...
Hi, I am looking for a possibility to let the flickr API return a random selection of images matching a certain search criterion. I have tried out the solution...
Hi, I'm using ruby on rails and rflickr. Currently just testing all the methods and such, but the problem I have is when I try to get my pictures descriptions...
Hi All I got stuck with signed requests returning Invalid Signature for a while. It was strange, because some calls worked and some did not. I finally worked...
I have a question on Flickr's TOS with respect to caching. I'm not sure if this is the right place to ask this but I haven't found a better one. "1.b.iv You...
Hello, I am having some difficulty figuring out an efficient way to obtain raw tags. I have some machine tags of the form: foo:category="Black and White", etc....
I get the following when trying to download the flickr interface for Ruby. I am new to Ruby so apologies if it is a straightforward thing. I hope somebody...
I was working on updating my Flickr API library, ObjectiveFlickr, when I found one of my unit tests broke. In that unit test, I request flickr.test.echo to...
Hi, [Note : I work here] We are rolling out a new feature called "machine tags" that allows users to be more precise in how they tag, and how they search,...
What I'd like to be able to do is list all private groups that the user I'm authenticated as has access to - but there seems to be no way to do that with the...
Hi I am shahid, I am planning to make some application by using flicker API in C++. I have one problem how to convert string to MD5 Hash. After MD5 Hash I am...
Are others out there seeing problems with using the Flickr API Explorer when signing the call with your own credentials and full permission. For instance, if...
Hello all, http://www.flickr.com/services/api/flickr.reflection.getMethodInfo.html Apologies if this has already been answered. It appears to me that there is...
I'm seeing empty responses from Flickr APIs that were working fine this morning. flickr.photos.getInfo and flickr.interestingness.getList, for example. I get...
Is it ok to distribute a non-commercial app written in a scripting language (e.g. Python) that includes the app-specific key & secret (much like in a compiled...
Hi All, I have a question about "flickr.photosets.getPhotos". I have couple of pictures marked as "private" in a photoset. When I try to retrieve all the ...
Anybody know where i can gather some research on the process of developing path-based parameters/dynamic URL's, like Flickr uses. I would like to develop...
Hello, There is an option on flickr to forbid the access to original sizes of the image to everyone, even if smaller side can be accessed publicly on flickr...
DISCLAIMER: this was first posted to the Flickr API group but i realized this is the more appropiate place to be. Sorry for the crosspolution. Hi All, I'm...
Is there any way you could add the number of people who have marked each photo as a fav as an extra to the flickr.groups.pools.getPhotos response? I want to...
Hello Flickr Dev Group, When calling flickr.people.findByUsername what happens when a yahoo username is the same as an "old skool" flickr username? Do we have...
Hi All I was having some success at making calls to flickr api using jsonp directly from the client, on an experimental project. It suddenly stopped working...