Thanks for posting the link, Dan. Yes, I remember seeing that at the time, but I don't think it is correct. Try uploading two images - one sized 1280 x 1280...
Ah, I guess they've changed it since then. I think that what Stewart said was correct at the time, but perhaps not anymore. Personally, I prefer the behavior...
... one ... this is correct (and its always been this way). we create a 'large' size (1024 on the longest edge) if the original image is over 1280 on its...
Hi all, I am newbie to flickr. In order to get a frob I generated the api_sig I used the reference of www.flickr.com/services/api/auth.spec.html. But I got an...
... I just worked through the example in the auth spec, and came up with the exact same signature as in the spec. My suspicion is that there's some sort of...
... On thing I'd check would be that you're not including any empty strings. I ran into a bug where I was putting a tags="" parameter in. At some point the...
I am just starting out with Flickr.I want to write an application that uses flickr to host a photo album for my band. Any good tutorial suggestions for a...
the description for this method says: Get information about a photo. The calling user must have permission to view the photo. it then goes on to say that this...
Hi, I'm having issues with the pagination in flickr.photosets.getPhotos provided by the XML-RPC interface. It always returns the same images, regardless of the...
Andreas Ahlenstorf
lists@...
Nov 3, 2006 6:51 pm
2466
Hi All, I am a newbie for flickr. I want to use flickr API for C++ desktop Application. I am facing a problem to generate a valid api_sig, I am using md5sum...
Hello All, Thanks for your reply, Actually I was using RedHat linux md5sum utility for generating the md5sum. Now I got one thing that this utility is...
Hello Matthew, Thanks for your prompt reply. Now instead of using md5sum utility of RedHat linux I am using C++ alogrithm for the same task as I think it is...
I have a page called Default.aspx Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html...
Hi Travis. You can use the FlickrNet.Flickr.PhotosetsGetPhotos method public Photo[] PhotosetsGetPhotos(string photosetId) This will return all photos which...
Hi All, I am using flickr API for the desktop application. In order to do it. I first got a frob successfully using the following format of request ...
hello everybody. I am integrating the flickr API in an application created in ROR I am getting the following error - can anybody help me out? ... Showing...
Hi, I am trying to use the Flickr API to list photos from Flickr.com which are licensed under the CreativeCommons license. I used the API calls for filtering...
API Request: Add the passed nsid as a contact for the calling user. The method could be: flickr.contact.addContact It could require authentication with "write"...
I have the following code that blows up on the foreach (Photoset myset in mysets.PhotosetCollection) statement because the PhotosetCollection is null. I have...
Just in case anyone is not aware, there are regular updates to the Flickr.Net API Library, the Flickr API library for .Net, over at the Codeplex web site. ...
https://quickr-flickr.dev.java.net/ source, binaries, API docs, user guide, and developer guide are available from the above URL. the API is not complete, in...
I am developing a desktop app and I am having trouble obtaining a frob when I request the response to be formatted as JSON. The json formatted response I get...