... As I said before, the load on the server was to heavy because of flickRate's success, so my host had to shut it down. Do you experience such load issues on...
Not yet, I'm curious about it. On Wed, 01 Mar 2006 10:43:51 +0100 Nicolas Hoizey <nicolas@...> wrote: NH> > NH> If your version is better than mine, I...
... You will have some info soon, I've subscribed to a few feeds... ;) I really wonder why there is no favorites feed yet on Flickr, it has been asked several...
No favorites and no comments. Looks like they don't want to let people stay away from the main website. I can't say I disagree. Also there is no comments feed....
oh yeah, second todo is to get the DB caching going...having trouble verifying whether or not the db is actually set up yet for my host, to use it. j. ... -- ...
It falls somewhere between "WHY OH WHY" and "WHY NOT?". AND it gave me a nice idea of a bloggin' tool. About the application, it's great, worked just fine. Add...
Glad to hear it worked for you. Yeah, Google Images would be nice, but sadly they don't support image search with their API. Maybe it could be done with some...
b> tab is active. It doesn't search the other service until you switch b> tabs. (Though, sometimes Yahoo! is quite fast, and it looks like the b> images have...
There seems to be a problem with the setting "per_page=1" and the search with popular tags. Some example for illustration: The tag "beach" returns over 400,000...
Calling flickr.photos.getNotInSet is now returning an empty response. I use the application in question on a daily basis and yesterday morning it started...
I've applied the API key and got a API key "A" and a shared secret key "B". I calculate the "api_sig" by using ``md5sum'' program in the Linux and use the...
While using Flickr! API, it needs your API key and shared secret key. It means that if I open my source codes, other people know my API key and shared secret...
... how did you use md5sum? did you echo like; echo "texthere" | md5sum then, add a "-n" to the parameters. This is because an echo adds a newline character to...
I have a problem. I'm developing a nice app, working as a wordpress plugin. It's a PHP app. Since it uses Flickr API, it needs a key. Problem: All users using...
With most distributed web apps, I say go with the first one. If the app does anything with authentication, they'll need to do that anyway to get a callback...
Hi i have some problems when parsing "description" of photos. Look at my codes here: import com.kelvinluck.flickr.*; import com.kelvinluck.util.LogWrapper; ...
The docs doesn't show the extra parameter, are you sure it's valid? http://www.flickr.com/services/api/flickr.people.getPublicGroups.html also, shouldn't it be...