Hello, Can any one point me where i can get an example script for searching photos(which are given public viewing access) in flickr. I am developping the app...
Try cnet.com downloads I know they have them for youtube and all ... -- † PENN.P.R.A † Pennsylvania Paranormal Research Association. 200-5 East Main Street...
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
Hello, I need to get the photos in a set in most-recently-added-to-set order. Right now I'm doing flickr.photosets.getPhotos and iterating backwards over the...
Thanks for your response. Sorry about the delay in responding, I was waiting for a new version of my app to be approved by Apple so that I was certain my users...
Thanks a lot for your help. It works now. It was the mistyped auth-token, which should be auth_token. (which was mistyped when building the parameter, but not...
I never emailed you with this inquiry. How did you get my address without my sending it. Who is using my address? Please remove me from your contact list. . ...
Hi all, This is just a short note to say that the panda.getPhotos API method has been updated to be a proper "standard photo response" (SPR). If you've not...
I want to receive photos from flickr with a specific geo location, I am trying this out in the API Explorer first. I somehow have problems getting a response. ...
flickr.photos.geo.getLocation is scoped the calling user. If the photo in question belongs to you then that sounds fishy, otherwise the method is working as...
Why is this being sent to me? Get your email addresses straight before you reply to a sender. Thanks. Roseanne (Tinkerbell) ... From: Aaron Straup Cope...
Yup, I see the bug for max_pages that will simply generate the max # of pages for all the user's photos and not just that particular photo set. It's an ...
... I know, coding up page iteration is not the problem though... The problem is iterating over 1000+ images in a big set is an extremely inefficient way of...
You don't really need any API changes, just a little arithmetic. Call flickr.photosets.getList to get the list of sets. This conveniently tells you the number...
... Adding to this.. if you record the # of photos (& photo ids) in the sets for each run of the application, you conceivably could just start where you left ...
Pennsylvania Paranormal Research Network: Pennsylvania Paranormal Research Association ... Just A Little Invite To See If You Would Like To Join Our Paranormal...
I'm using the perl Flickr::API module as part of a web app written using the perl Catalyst framework and it's going great. But only when I'm not running it...
Greg Matheson
drbean@...
May 10, 2009 4:34 am
4910
... Hello Greg, To debug Perl programs running under Apache, review the contents of the error_log file. This should give you more precise messages about what ...
... I'm pretty sure that it's not my web server which is returning that error message. It's the Flickr servers' error message. Flickr::API subclasses...
Greg Matheson
drbean@...
May 11, 2009 12:09 am
4912
Hi, I'm developing in FLEX, a flex app, not an AIR app, Is there a way to view my private photos, r/o without forcing the app user to visit flickr.com to...
... I don't believe so.. a while back, you could just use the login/password of the flickr account. -- Jason L. Froebe ".... it is well known that a vital...
... Authentication tokens don't expire. If you authenticate the app with your own credentials you get a token that you can hard-code into the Flex code. If you...
... From the Authentication API spec: Authentication tokens can be set to expire by the user when they ... So, no, they don't *currently* expire (unless...
Hi Is there a way to authenticate user using his username and password and without redirecting him to the flickr website. Thanks in advance.. Regards -Robin ...
Hi I want to make a web application using the flicker api's and the clients of my web application will not able to use a browser. Is there any way I can...