I wrote a .NET application to upload photos to my flickr account. I was not able to find a way to associate the photoID which I've just uploaded to a...
Thanks Sam. Dont know how I missed these methods. Anyway now when I'm trying to assciate the photo I've uploaded to an existing set I'm getting an error ...
I've never had any issues with that particular code. I assume you are assigning the new_set.PhotosetId to the photo_set_id variable correctly? Perhaps pop over...
When I add a page argument to the flickr.activity.userComments call, it always returns the same list of comments. From the API Explorer without any page...
Hi Alex, I just rolled out a change that fixes flickr.photos.getInfo returning photos from a deleted account. It appears that the account deletion didn't...
Hi, I'm creating a mac/cocoa application for a non-profit museum. Basically the exhibit allows visitors to snap a photo and the photo will be uploaded to the...
I can't see anything wrong with any of it. Given those specific values of key and base string I get exactly the same signature. Are you sure you are using a...
The API key's would be your API keys. There is nothing to stop you having two API keys, one for testing and one for production, although I don't see a reason...
Thanks for the reply Sam. Yes it gets stranger: in the IDE it complains about "invalid signature" but the same URI fired into a browser returns "nonce used"...
No, I use a test api key for most of my work which isn't public. The nonce might get used up even by an invalid call, so try not using the IDE at all....
I have a page on my website which uses the Snowstack idea, and shows all my photos in date order. I have adapted the original Snowstack slightly and use this...
Hi All, After a hard time playing with phpflickr and oauth libraries, I have managed to get my tiny web application to successfully authenticate to the flickr...
Hi All, The problem is discussed by a couple of other users here: http://www.flickr.com/groups/api/discuss/72157623040761625/ Basically, the oEmbed API doesn't...
This isn't really a Flickr API question is it - how does any web site remember a user. You either have to store a cookie with a unique ID for the user, or get...
Hi Tony, Support for bigger images was added over a year ago and I think we just didn't get around to updating the oembed function. I'm looking into right now...
... Thanks, Henry — it would be great if you could :) all the best, Tony ... Tony Arnold http://thecocoabots.com/ On 04/10/2011, at 7:32 AM, henrylyne wrote:...
Tony, I just updated the flickr oembed code to support the medium 640 size and the large(1024) size when maxwidth or maxheight is specified. The default size...
Hi Folks: I am glad to announced that some friends and I have created an open source project for interacting with Flickr. The project is available at both...
Hi, ObjectiveFlickr, an Objective-C Flickr API library, now has OAuth support. I recommend everyone using the library check out the latest version and start...
I have researched this topic but have not found a solution as of yet. I uploaded new pix to my flickr account and created sets - they are visible within...
There is a certain set from a friend that I can see on the web interface of Flickr, but when I request flickr.photosets.getInfo (signed of course) I get as...
I was able to pinpoint the issue last night. If I deleted my sets and images within the sets, and re-uploaded, the RSS feed was now populated. I believe the...
Hi, I'm searching photos with specified tags with Flickr API. I set the number of photos to 500 per page, but when I go through 79 pages, I only get 4505...
Hi Dan, I got the same problem. I cannot get all the photos with the specified tag, and get different ones every time. Have you found any solutions? Thank you!...