... There is always a chance, but I've tested it and it always show correctly for me. It's working properly. ... There aren't any other options that should...
... Thanks for the reply, as my research is focusing on EVERY users in the community including those who participates a lot, and those who dont participate at...
... I think your best bet would be to crawl the contact "web" as suggested. Collect user ids and photo counts. Then sort the users into groups based on how...
... Another option would be to crawl the web of contacts as described before, accumulating a list of userID formats. All the ones I've seen so far are a...
Hello Eric and other Flickr Devs, I think it is quite obvious by now that Flickr users and developers are not understanding your assumption that "hiding a...
Hello Phillip! I'm not the OP but I'm looking to do (almost) exactly the thing that you are working on. I maintain a site for my brother (http://garyfoot.com)....
I have done that: Backend in php, frontend in JavaScript. Look at my little personal side http://www.prager.ws. If more are interested I will publish the...
I started using asynchronous upload available in flickrj 1.0b5, thanks to x-mago for implementing it! Here are my experiences with asynchronous upload: ...
I misunderstood this for a while but when Flickr talks about async upload this is what they mean: For both sync and async the actual physical upload of the...
Sam, thanks for the info, this is very useful. But that still doesn't make sense as related to my observations. I would then expect that small size photos will...
... The action that is immediate is Flickr's responding *with a ticket*, not with the completion of that ticket. It goes like this: - Do an upload - Get a...
That is exactly what I am doing. The problem is that for bigger size photos asynchronous upload of the photo takes about the same as synchronous upload. And...
... It appears that the safe_search/authed bug was fixed sometime this afternoon (October 6). Can anyone confirm this? Is it safe to roll out code relying on...
Yes, there was a bug affecting authed calls against users that were on your contacts list where a safe_search value of 'Safe' was specified. Non-authed calls...
The method "people.findByUsername" accepts a User's name, and returns the matching User ID. Is it possible to retrieve an entire list of results from a single...
Here's a trace of a complete request/response sequence that I did recently; the things to notice are that I've set the privacy_filter to 4, and that I get (one...
You'll want to read http://www.flickr.com/services/api/auth.spec.html to learn about authentication. You're not sending an auth token with your request. ... ...
Hi, I have an unusual case where a username returns "Not a flickr member". Here is their profile page: http://flickr.com/photos/48322181@N00/ I tried...
The app I've written makes use of the comments that I've left on other people's photos. However, the only way I've found to retrieve this list is with...
Hello, I would like to be able to build an application that lets users browse my great-grandmother's artwork on http://www.CarolaGough.com and then let them...
looks like you're already using flickr to power the gallery. I think thats about all you can do with the flickr api. At the moment it looks like you've...
Hi Tim, Quick answer: same format, in alphabetical order. What's important is not the order on the request string, but putting them in alphabetical order in...