I am developing a windows desktop application, for a learning experience, that will run on a system that has a touch screen monitor and no keyboard or mouse....
... No. Your application should NEVER ask for a user's username and password. Maybe build in a light web browser that can use your onscreen keyboard?...
Yes, as Geoffrey says, there is no way to get around this I'm afraid. You could use the Mobile Device authentication schema, but that would require them to log...
As Geoffrey wrote, the Flickr authentication scheme is designed to protect every developer from the heavy responsibility of knowing someone else's password....
I have a problem using CFFlickr and the same problem in the php app. I can retrieve a user's sets and loop through their photos. However if the user has photos...
They MAY have chosen to hide them from API searches, but this puzzles me. If a user has sets then you can find their sets and retrieve their photos by looping...
... You could also opt for downloading public photos only. That way, you won't even need to authenticate your application, and people will only have to give...
Do you meant: "Is there something I can do that isn't in the documentation and only the Flickr staff know about and might tell me if I ask enough?" or do you...
This bug is found in the XML-RPC services. ... problem? ... server='56' isfamily='' owner='16772638@N00' isfriend='' secret='50954c14b1'/> ... server='55'...
Hi, I'm the author of a little tool that analyse all the exif metadata of your photos on Flickr. If you want to test it, go on http://stats.ghusse.com I'm...
thanks to acceapting naveen ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all...
sharma naveen kumar
sharma_naveen2001@...
Feb 6, 2008 12:25 pm
3780
I just checked this photo using the API explorer (http://flickr.com/ services/api/explore/?method=flickr.photos.getExif) and the EXIF metadata was returned...
Thanks for your answer. In fact I was testing my responses on a photo that did not have exif data... But with your remark I discovered that some of my XML...
On Feb 7, 2008 10:34 AM, zinin_alexei <zn666@...> wrote:> ... I'm sorry but you can't. Unless I'm missing something in the documentation. Best regards, ...
I'm new on Flickr API would appreciate some help. Using the flickr.contacts.getPublicList I found some strange things: Number of contacts for a user: The value...
Is anyone else getting the following error: <rsp stat="fail"> <err code="0" msg="Sorry, the Flickr API service is not currently available." /> </rsp> I'm...
Neil Berkman
neil@...
Feb 9, 2008 1:00 am
3788
Yes, I see this often. I normally put my script to sleep for a few minutes before making the next call and in most cases it would have got resolved by that...
Hi, When I use the getPublicList method from my application always I get the message 'Fail. User not found' But if I perform this query through the Flickr API...
Hi, I am getting proper response using the getPublicList api. I think u have to replace the @ symbol with '%40' not '%40N'. And this call doesn't require any...
... You have to read response in UTF-8 [1] character encoding. i.e. on the firefox web browser: Mattias Ekström Burnout #1 => View > Character Encoding >...
I am working with an application that we need to upload files to our flickr account and we don't want users to upload to their account. I read that you can...
Currently, Authentication Tokens do not expire. If the option to expire them is added it will be a user setting (i.e. if you are the uploading to your account...