I'm using a script which gathers all photos from the URL of my photostream. I would like to include all photos on my photostream, but the script cannot read...
6659
martinheimburger
martinheimbu...
Jan 2, 2011 12:05 am
... My apologies if I misunderstood your question, but are you saying that you're requesting the photostream URL and then parsing the HTML to generate your...
6660
seguindav
Jan 3, 2011 4:03 pm
... Not exactly. For example this image: http://www.flickr.com/photos/55585085@N08/5318848450/ is in this group: ...
6661
monolu
Jan 5, 2011 1:43 pm
Hi, I have some troubles with the FlickrResultEvent.PHOTOS_SEARCH. I use this since two months without any problems, and now for some reason new tags are not...
6662
monolu
Jan 5, 2011 1:48 pm
I also run in such a problem. All my tags from last year are showing up. But new created tags cannot be found. Any idea ? Thanx...
6663
Sam Judson
wackylabs
Jan 5, 2011 2:01 pm
There is an ongoing bug with the Flickr API that is stopping tag, machine tag and various other searches from working correctly (I have noticed that radius...
6664
bogusawparol
Jan 7, 2011 7:59 am
I can't find out how to get a user photos which are not in any set, I am getting sets from user with flickr.photosets.getList but missing photos there which...
6665
Sam Judson
wackylabs
Jan 7, 2011 8:02 am
Seeing as flickr.photos.getNotInSet requires authentication and does not take a user ID then you are obviously aware you cannot use that. Therefore there is no...
6666
whirljackk
Jan 7, 2011 7:35 pm
Hi, There seems to be an issue with searches that include multiple tags. For example, this URL: ...
6667
pebbleroad@...
pebbleroad...
Jan 9, 2011 10:16 am
Hi everyone, I would like to load a specific photo into my app that someone found while browsing Flickr. Can they do this by passing me a URL, such as: ...
6668
Sam Judson
wackylabs
Jan 9, 2011 10:22 am
The photo id can be got from the URL, i.e. 134906883. You can then use this id to call any of the relevant API methods, such as flickr.photos.getInfo. Sam...
6669
pebbleroad@...
pebbleroad...
Jan 9, 2011 1:58 pm
Thanks Sam. If I don't put any size suffix at the end, what am I actually getting? Will I always get an image if I don't put any suffix? I noticed that if I...
6670
Geoffrey Spear
geoffspear
Jan 9, 2011 4:02 pm
On Sun, Jan 9, 2011 at 8:58 AM, pebbleroad@... ... The _b size was only generated for very large photos before May 25, 2010; not all photos will have it...
6671
Tristan Savatier
immediate_bo...
Jan 9, 2011 6:50 pm
note that you are not allowed to use someone else's photo (found on flickr or elsewhere) in your app unless you have permission from the photographer who took...
6672
burgesschris38
Jan 11, 2011 12:35 pm
Hi. I am trying to set up my blog. I type in my Word Press username and password but it is not accepted. The username & password works fine when I type them in...
6673
calhoun.smith
Jan 12, 2011 10:47 am
Is there a possibility of getting a flickr.photos.getContentType method? There is a flickr.photos.setContentType but not a getter. Or perhaps return this info...
6674
philipjsg
Jan 12, 2011 3:38 pm
I'm still seeing this problem (or a problem very like it). What is worse is that the number of pictures that I get when I search by machine tag goes up and...
6675
mncaudill
Jan 12, 2011 6:46 pm
Hi all, We recently upgraded our search backend and a special case with the way we did machine tags broke after the upgrade. I just rolled out the fix for this...
6676
John L
jhlenker
Jan 13, 2011 3:20 pm
Hello - I have an application for a client that gets search results from an enterprise search engine and serializes them in a JSONP object for return to the...
6677
Keir Moffatt
iamkeir
Jan 14, 2011 6:09 pm
Hi everyone, Fiddling with the Flickr API again (and phpFlickr) - come across a stumbling block. Does anyone know a good way of retrieving the collection/s...
6678
Sam Judson
wackylabs
Jan 14, 2011 10:08 pm
Yeah, not aware of anything other than trawling the whole collection set. Sam...
6679
Keir Moffatt
iamkeir
Jan 15, 2011 5:33 pm
... Thought that might be the case. No worries, thanks! Keir Psst, Flickr... add 'photosets.getAllContexts39; -- http://iamkeir.com...
6680
philipjsg
Jan 16, 2011 2:18 pm
Things are certainly better -- thank you. However, the actual pictures that are returned are not the same day by day. I retrieve images with the 'wxtagged39; tag...
6681
Tristan Savatier
immediate_bo...
Jan 17, 2011 11:13 am
yes, i also observe the same problem, i.e. search results are highly unstable lately. i often different returns on searches on my photos (with the same search ...
6682
BBusche
Jan 18, 2011 9:29 pm
I am trying to develop a Flickr app in Flash, using the appropriate Flickr API key. Testing locally using flickr.photos.search works about 90% of the time. I...
6683
Tristan Savatier
immediate_bo...
Jan 18, 2011 9:35 pm
i noticed the same problem. flickr search is very unreliable, and unfortunately, when their internal search servers is not able to return a result (because of...
6684
Volodymyr
vladbutsky
Jan 19, 2011 7:34 pm
Hi, I'm developing an application that will synchronize my home photo DB with Flickr. As part of synchronization I try to list all my pictures in the Flickr...
6685
Brian
brian.aydemir
Jan 19, 2011 8:21 pm
... How are you trying to list all of your photos? If you're authenticated properly, flickr.people.getPhotos should return a complete list of all of your...
6686
Vlad Butsky
vladbutsky
Jan 19, 2011 9:49 pm
I'm using flickr.photosets.getList<http://www.flickr.com/services/api/flickr.photosets.getList.html> call to get the list and than ...
6687
Brian Aydemir
brian.aydemir
Jan 19, 2011 10:06 pm
... It sounds to me like something might be off with your application39;s authentication flow, then. ... I don't know about "modification date," but...