1) no, i don't think flickr supports base64 encoded files for upload. 2) why are you converting the imageData to a string? you do not need to do this because...
4124
krishnan
krishnan_rajah
Jun 14, 2008 5:28 pm
Hi Chris, Thanks for the reply. Pls find below the functions i use to send the image to Flickr. public String SendPhoto(byte[] photoData,String...
4125
Chris Blackwell
d1rtym0nk3y
Jun 15, 2008 4:54 pm
If i had to guess i would say its String imageString = new String(photoData); post += imageString; looks like you're casting the photo to a String, shouldn't...
4126
bianchi.pista
Jun 16, 2008 2:32 am
I'm trying to get the users Max bandwidth and montly usage, however I'm getting this error message, Insufficient permissions. Method requires read privileges;...
4127
krishnan
krishnan_rajah
Jun 16, 2008 8:08 am
Thanks Chris, though i cast the image to string its converted back to bytes before being sent. But anyway the issue seems to be byte loss, i even tried to post...
4128
Ivo
cervantes_vive
Jun 17, 2008 6:50 pm
Hello all, How do I go about adding tags to a bunch of photos? Do I have to call the setTags/addTags for each photo? I tried calling the setTags with a comma...
4129
Geoffrey Spear
revgeoff
Jun 17, 2008 6:57 pm
Yes. The documentation says "set tags for a photo" with photo_id being the id of the photo. Nothing would indicate to me that photo_id ever accepts a list of...
4130
ccbrucek
Jun 18, 2008 2:28 am
Hi, guys... I am writing a win32 (By using C++) uploader to upload photo and video to Flickr. So far, I've done the works of photo-uploading. But I don't know...
4131
mstevensonnc
Jun 20, 2008 4:28 am
Even though I have successfully authenticated a user I can only retrieve public photosets. Can a web based application access both a users public and private...
4132
matthaynes_1982
Jun 20, 2008 10:29 am
Hi there, I am currently building 4 new sites, each one shall include a javascript application displaying pictures from a particular flickr stream. I should...
4133
Luis Lobo Borobia
lloboborobia
Jun 22, 2008 9:09 pm
Hi Kellan, I have seen that for some videos there is no Medium... this broke one of my apps. Are you going to remove Medium in the case of Videos? If you need...
4134
Luis Lobo Borobia
lloboborobia
Jun 22, 2008 9:13 pm
Any info on this? it would be great!...
4135
krishnan
krishnan_rajah
Jun 23, 2008 8:18 pm
Hi, Is there a way to update buddy icon via API call ? I would like to update the buddy icon with one of the photos in the photostream. How can this be done ? ...
4136
Sam Judson
wackylabs
Jun 23, 2008 9:18 pm
I don't think there is a method to do this currently. Sam...
4137
frank4608
Jun 24, 2008 3:53 pm
Hi, With the release of Silverlight2 beta 2 the current crossdomain.xml will allow access to any API methods that use GET requests, however methods that use a...
4138
Dave Beckett
dajobe
Jun 25, 2008 3:05 am
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
4139
haritha.juturu
Jun 25, 2008 4:59 pm
Hi All I am using the PhotosInterface search() method to pull out a PhotoList containing the photos which meet my search criteria. As search method takes...
4140
Paul Hammond
paulhammondorg
Jun 25, 2008 5:14 pm
This sounds like a bug - could you send me examples (offlist) so I can look into it? Thanks, Paul...
4141
haritha.juturu
Jun 26, 2008 12:12 am
Hi All I am using flickrj to access flickr photos in my application. I am trying to get the userName for a Photo and the value returned is always null. This is...
4142
Gupta,Rachana
rachana1101
Jun 26, 2008 12:29 am
Hi all, I am trying to develop a algo where I can set the machine tag on the photos not necessarly mine but can be others also, so that I can search on them. I...
4143
joan mart
joan_mart2000
Jun 26, 2008 7:53 am
Hi everyone, Hope this is ok to post here... You can see a list of my groups on Grouply at the link below. Maybe you'll find some you want to join. joan Here's...
4144
Sam Judson
wackylabs
Jun 26, 2008 7:59 am
1) You can only add tags to photos you have permission to add tags to - this is based on that users preferences and whether it is in a group you are a member...
4145
rob.kunkle
Jun 27, 2008 7:00 am
Hi I'm new to using the PERL api kit, and I'm having intermittent problems connecting. I'm not sure if this something wrong that I'm doing on my end, or...
4146
Aaron Straup Cope
aaronofmontreal
Jun 27, 2008 10:28 pm
Hi all, We've enabled a couple of new geo-related parameters for the photos.search method. They are : * "has_geo" This is pretty much what it sounds like : Any...
4147
Juan MartÃn
naujj27
Jun 28, 2008 10:00 am
Great!...
4148
Luis Lobo Borobia
lloboborobia
Jun 29, 2008 12:31 am
How do I know if some account has the Can Download option set? I mean the menus: Your account / Allowing downloads I want to respect that option in Portable...
4149
Sebastian Vogelsang
seboslaw
Jun 29, 2008 11:13 am
AFAIK, and correct me if I’m wrong, flick.photos.getSizes will return error code 2 (Permission denied) for all of the user’s photos if he/she has set the...
4150
p180t895
Jun 29, 2008 6:01 pm
Hello, I'm just starting to look at Flickr and noticed it includes an API. I started at the "Read First Section," but after reading several pages still can...
4151
Sam Judson
wackylabs
Jun 29, 2008 6:06 pm
The Flickr API is basically a web service, and uses REST as its primary mechanism. Various people have written programming language specific wrappers to this ...
4152
Luis Lobo Borobia
lloboborobia
Jun 29, 2008 11:23 pm
Thank you, that seems to be good, but it would really help if I could add a candownload to extra in the search method. Is that possible or undocumented also? ...