Hi, I created 2 PRO account (about more than 1 month ago) for clients's sites and I did an API request for commercial user for each of them. Both requests was...
5406
niranjan087
Nov 3, 2009 3:02 am
Hi friends, I want to search public photos with geocoded data(which I am going to use in google maps) in flickr. I know we use flickr.photos.search for...
5407
Tristan Savatier
immediate_bo...
Nov 3, 2009 7:49 am
you need to pass "geo" in the "extra" parameter of flickr.photos.search. then the geo data will be in the result. you also need to pass "bbox" to make a search...
5408
garymann48
Nov 4, 2009 1:32 am
Hi guys, I am new to the Flickr API, I have what may be a beginner's question. I have obtained an API key, and it works fine when I retrieve some pictures from...
5409
David Wilkinson
dopiaza0
Nov 4, 2009 1:39 am
flickr.photosets.getList takes very different parameters to flickr.interestingness,getList - I suggest you read the documentation at ...
5410
Tristan Savatier
immediate_bo...
Nov 4, 2009 1:43 am
it's a Flickr API bug (of either the documentation or the API routine) flickr.photosets.getList requires the user_id parameter UNLESS the call is SIGNED. if...
5411
garymann48
Nov 4, 2009 1:54 am
Where do I get the user_id from (and how)?...
5412
Tristan Savatier
immediate_bo...
Nov 4, 2009 2:02 am
the user-id is embedded in the URL of the buddy-icon. so you can copy the URL of the buddy icon and extract the user-id from it. it looks something like:...
5413
jacobjay
Nov 4, 2009 7:16 am
If possible could a Flickr staff member please ping me to arrange the transfer of an apikey from one user account (mine) to another. Cheers!...
5414
Chris Blackwell
d1rtym0nk3y
Nov 4, 2009 4:35 pm
I'm not sure you'll have much luck with your request. When you sign up for an api key it clearly says "This app will be associated with your *{username}*...
5415
cristian_vitalariu
cristian_vit...
Nov 5, 2009 1:14 pm
Hi, I've been working on a Flex (Flex3, Cairngorm and as3flickrlib) project that acts as an image gallery using your flickr sets and photos. I am able to...
5416
Sam Judson
wackylabs
Nov 5, 2009 1:58 pm
The secret for the original image is different from the secret for all other images. If you are not a Pro user then the original secret is not available. Sam ...
5417
Cristian Vitalariu
cristian_vit...
Nov 6, 2009 6:50 am
Damn it! Are you sure about this? How about the large version? I'm a pro user and the large version is not available on any of my photos......
5418
Tristan Savatier
immediate_bo...
Nov 6, 2009 7:07 am
if you are a pro user, the large version and the original are available, but the original uses a different secret from all other sizes. if you call...
5419
Tristan Savatier
immediate_bo...
Nov 6, 2009 7:10 am
i have no idea what as3flickrlib is. maybe there is a bug in this library. maybe they don't handle correctly the original secret. but you can play with the...
5420
Cristian Vitalariu
cristian_vit...
Nov 6, 2009 7:47 am
Hi, Thank you both for your help. You were right: - the original image has an "originalsecret" property which is different from the "secret" property - you can...
5421
Tristan Savatier
immediate_bo...
Nov 6, 2009 8:04 am
flickr does not generate the "large" version in all cases. it depends on the pixel-size of the original. i don't know what the exact size threshold is, but if...
5422
Sam Judson
wackylabs
Nov 6, 2009 8:04 am
You don't have a 'large39; image because the original isn't big enough. Sam 2009/11/6 Cristian Vitalariu <cristian.vitalariu@...>...
5424
noonesshadow
Nov 6, 2009 8:13 pm
Hi! Is there an official WSDL file describing Flickr API?...
5425
oddysseey
Nov 9, 2009 12:14 am
Hi all. I realized one can SET the bit for a photo to hide it from searches, but is there any way to retrieve the currently set bit for a photo? photos.getInfo...
5426
Tristan Savatier
immediate_bo...
Nov 9, 2009 12:26 am
the safety level and the fact that a photo is hidden from search are not the same. e.g. i have some public moderate photos that are not hidden from search (if...
5427
daniel
dblaze42...
Nov 9, 2009 1:13 am
In need of some help here... I've gotten my client's photostream to work with Galleria (a jquery photo gallery) using her stream feed. However, the photos show...
5428
Tristan Savatier
immediate_bo...
Nov 9, 2009 1:56 am
the medium size is guaranteed to be available on flickr, and it has the same secret as the small size. so for example you can just change ...
5429
daniel
dblaze42...
Nov 9, 2009 2:05 am
Thanks for the reply so quickly. Unfortunately, I haven't seen where that comes in since my script is dynamically creating the photos: <script...
5430
Tristan Savatier
immediate_bo...
Nov 9, 2009 2:21 am
you can capture the RSS feed and change the url's on the images that appear the feed. you would have to write some code to do that (either server-side, or ...
5431
daniel
dblaze42...
Nov 9, 2009 2:32 am
Great. Thanks again. I'll look into what kind of code I'd need. Thanks for the direction....
5432
Sam Judson
wackylabs
Nov 9, 2009 9:31 am
There is no WSDL file, official or otherwise. Most people just use REST. Sam 2009/11/6 noonesshadow <noonesshadow@...>...
5433
angelsk@...
angelsk...
Nov 9, 2009 12:09 pm
I've seen that flickr.photos.search contains an sort by parameter; however, as it doesn't contain a photoset parameter I cannot use it to return the photos in...
5434
Tristan Savatier
immediate_bo...
Nov 9, 2009 12:35 pm
well, you could make a few queries to get the ids of all the photos from the set, then get the info of each photo and do the sorting yourself. granted that if...
5435
barthezz665
Nov 9, 2009 12:57 pm
I've been looking arround in the Flickr documentation, but i cant seem to find out how it works. I got an example with a working search method. But i cant get...