But by the time I know the frob, I don't know the session. I get accessed at the callback address with the frob. That's the first that I've seen the frob....
With apologies for being so slow to reply, and for not having added this to the documentation yet, you can do what you want with the "extra" parameter: ...
*bump* Just wondering if anyone flickrside had seen the below message and had any feedback on it... I know you guys were probably super busy with the gamma...
Excellent. Thanks a bunch. Just what I was seeking. One thing to add to the discussion is that the extra parameter must be included in the signature ...
I've been debugging and testing my app. It used to be somewhat working. Then I thought that I broke it: After groping through my UI to select pictures, I...
My apologies - I haven't done much with web application and was assuming you got the frob and included it in the outgoing URL like you do for desktop...
Hi, I'm just doing an experiment with larger images uploaded to flickr. And it seems that some images which are uploaded with a dimension > 1024 pixels haven't...
Here are the cases that I know of when an "original" photo won't show up... 1. The user does not have a pro account 2. The user has hidden original photo...
The rule is actually a little more subtle: we only generate the 1024x large size if the image is significantly larger -- otherwise, what's the point? ;) I...
I am not sure what else could possibly be said about the company at http://savemoreamerica.com than has already been said and seen on television programs....
Hi all, I coded a little application to see how the flickr.NET API worked with C#. Well it DID work properly until I got this error continously: "Unexpected...
Hi all, I coded a little application to see how the flickr.NET API worked with C#. Well it DID work properly until I got this error continously: "Unexpected...
There's a bug in the Flickr.Net API Library. (The Cache becomes corrupt and the loading crashes rather than handles it gracefully). I'm going to release a new...
I've run into an odd occurance. Sometimes when I send a request to the REST endpoint for flickr.photosets.getList it returns an HTTP response with a...
Hi Guys, Thanks for clearing that up. So Original size images are never available if the user doesn't have a Pro account or has hidden them and Large sizes are...
... I've ... that ... usually error 99 gives a little bit of context in the error message itself. does it say your weren't authenticated at all, or that the ...
... that sounds odd - perhaps you've been blacklisted, but that seems unlikely unless you've been breaking our TOS. do you have an example URL? even better, do...
I'd like some feedback from the Flickr community on my latest project: map-based Flickr browsing. The application has slowly but surely gotten faster, and I...
... that sounds odd - perhaps you've been blacklisted, but that seems unlikely unless you've been breaking our TOS. do you have an example URL? even better, do...
Hi, I wonder if someone on this list would know what's the best solution for uploading files to Flickr using a Flash interface? From searching the web, it...
... value="http://gardeners-world.net/images/product/product_full221.jpg"> this wont work - 'photo' has to be included as a part of the multipart post. ... ...
Is there any way to get the URL to a flickr photo page with just the information from a flickr.photos.search call (ID, owner id, secret, sever, title) or do I...
... Thanks for answering, That is the URL to the actual jpg, but I want to give the URL to the flickr photo page (to comply with the terms of use). Andrew...
... Sorry, missed the 'page' bit. I would assume that the following would work, did you try it? http://flickr.com/photos/{owner}/{id} matthew smillie....
... I can't remember where I dug this up in the docs (or if I just reverse-engineered it), but here's a Mason/Perl solution to the problem, with the various...
Is {owner} taken from the owner_name attribute of "extras" for the flickr.photos.search message? It is unclear if that is the username (that allows spaces and...