I am developing a web application to display photos in a public group. When I use flickr.groups.pools.getPhotos method with only required parameter (api_key...
Forgive me if this has already been covered, but I didn't see it in the archives. I've got a spontaneous breakage where when I try to upload, the response is...
How do i get the following values for a photo with a particular name say : telephone I need the follwoing {server-id} {id} {secret} How do i do that...
... There's a sample POST request here: http://flickr.com/services/api/upload.example.html As of yesterday, however, I was unable to get it to work. Keep...
This is so interesting, just last night one of the women in my bowling league brought in a box full of store receipts showing eye popping savings I'm talking a...
... this seems to have coincided with a PHP upgrade to some of the API servers. it doesn't affect all apps calling the API (the windows uploadr app works fine)...
We're seeing the same problem with Picnik (www.picnik.com). Since we use Beej's flickrapi (thanks Beej!) that shouldn't be much of a surprise. Our logs show...
We're still trying to narrow this down. It does indeed fail 100% of the time with Beej's api client, but some others work fine. We'll keep digging. -Myles...
Based on HTTP captures I incrementally changed Beej's wrapper to work as closely to what the Flickr Uploadr (Win XP) does. I changed it to upload to the same...
a user id is a unique string that identifies the user. if you know the user name, you can get the user id with flickr.people.findByUserName. ketan_raval_27...
I just tested with phpFlickr and it seems to be working fine for me with my testing API Key and a sync upload. I guess it must be Beej's fault after all. ;) ...
... Along these lines, I wrote a socket program to send a hand-constructed HTTP POST... even when I make it identical to the sample in the flickr docs, I still...
Beej, Just curious, and not sure why it would make a lick of difference, but was your lovingly hand-crafted socket program done in python as well? -Myles...
... Damn... now I know why I use Python for all my non-time-critical stuff. That was a pain. :) Long story short, the C version has the same result. :-/ -Beej...
Hello all, I have been trying to upload a pic on flickr...I have thus far succeeded in getting the auth_token. I am not able to proceed further. I have a very...
Hi, I have written web tool to upload photo to flickr. I want to know whats the maximum size of title(bytes/char), tags and description. What is the...
I was able to upload the photo through the web interface as well as by using Flickr Uploadr. Please tell me if there is anything wrong with the way I am...