Hello, Is any one aware, whether Y! has published an XML schema (or DTD) for flickR? e.g. for facebook, there is a .xsd schema file that describes data ...
All, So I can create tags like "New York, NY" when I am uploading photos but when it comes time to search for all my pictures that have commas in tags using...
Hi, Would like some advice on flickr.people.findByUsername API. This API works fine generally, however sometime it couldn't locate some exisitng Flickr user...
... Usually, the problem lies in confusion over what this method is asking for. My Flickr URL shortcut is "dancoulter" My Yahoo login name is "dthought42" My...
... When searching on the website, the only result I came up with for that user was "mahongdong". http://flickr.com/search/people/?q=hongdong -- Dan Coulter ...
Well there are a couple of possibilities: a) the user is new and might not show up in searches till they have been 'approved' which usually happens after you...
No one else is seeing this? I've seen 49 instances of this error since last night. Neil...
Neil Berkman
neil@...
Jul 3, 2008 8:35 pm
4181
Hi, thanks for the info. I have also found that if I want to combine license types, i have to put it separated by ";" instead of ",". If I use ",", the result...
Hello, I am using flicker api for getting photos on my site for that i use flicker.photosearch & for size flickr.photos.getSizes but i want to manage photos...
Hi All, I am trying to search the photos on the bases of tags. But if one tag is having multiple works like "Live Akon" it gives me "LieAkon". It joins the...
Hi, any chance the next time someone checks out the code to flickr.photos.search would it be possible to add 'sort' options of 'views' and 'views-desc' as it...
Tags are normalised internally; "Live Akon" is the same as "liveakon" (and also the same as, say "Liv Eak On"). This means that there's no way to distinguish...
On Tue, Jul 8, 2008 at 4:43 AM, sanjay_rana_2005 < ... To upload straight to Flickr with Javascript, you can't use strict ajax. You'll need to use an iframe to...
Thanks Dan and Thanks Christian. I can see virtues in both the solutions. I really just need a quick and dirty solution for a demo so let me see which one...
Hi Everyone, Would anyone happen to know how to generate and submit the POST query, given at http://www.flickr.com/services/api/upload.example.html using ...
Hi - I wanted to get some recommendations from this group for the best Rails plugin/gem for integration with Flickr. There seem to be more than a few options...
The problem with XMLHttpRequest is that is doesn't work cross-domain - i.e. if you script is running on www.test.com you can't post to www.othersite.com . The...
Does the cross-domain also hold for GET requests? I have been able to do the GET requests for frob, login and token all right. ... - i.e. ... www.othersite.com...