I'm attempting to use flickr to display photos that are marked private on a web site. I know the key is to authenicate, however, I'm not able to get this to...
... If you just want to get your auth token so you can use it later, you can use this little tool I created: http://phpflickr.com/tools/auth/ The code it...
Hi All, I wonder if anyone else would find it useful for flickr.photos.getContactsPhotos to return the privacy level of the photos in the list? It would be...
Don't you have to get your frob first? I want to make sure the steps i'm following are the correct steps. Thanks so much for your quick response. ... private ...
On Thu, Aug 14, 2008 at 3:41 PM, chrisema ... Yes; the linked tool just does that part for you. Once you've created an auth token from a frob, you don't need...
Hi all, We've added a new (still experimental) response format for a limited subset of the API methods. For anything that returns a "standard photos response"...
<snip> For anything that returns a "standard photos response" (think stuff like photos.search, or photosets.getPhotos) you can now request that the results be...
Trying to fetch all my photos which have a certain tag set. I tried contacting the api with , 'user_id' => 'me' , 'tags' => 'tag_here' and get error Array ( ...
... No, they say you can use "me" use use the *calling* user's ID; it doesn't matter who the owner of the API key is. You need to make an authenticated call...
Ahh ha. Thanks. If I ommit the user_id, and keep in the tag shouldn't it get any photos with that tag thou too? I tried that and it still resulted in 0....
Nevermind. Adding my user id worked. Is there a way to get all the photo information with one request, or do you have to do multiple calls? Basically I want to...
A.A was created through bill wilson and bob.bor was a born again christian,they pated ways with the oxford group the intention was through the twelve...
I fourth this request, a DELETE, UPDATE and ADD method for Contacts would be greatly appreciated and infinitely useful. ... both flags, adding ... intend to?...
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and...
Your message is ready to be sent with the following file or link attachments: 003 Note: To protect against computer viruses, e-mail programs may prevent ...
stephen mcgowan
stephenmcgowan1957@...
Aug 18, 2008 2:33 pm
4282
Your message is ready to be sent with the following file or link attachments: 087 Note: To protect against computer viruses, e-mail programs may prevent ...
stephen mcgowan
stephenmcgowan1957@...
Aug 18, 2008 2:33 pm
4283
Is there a way to get all the photo information with one request, or do you have to do multiple calls? Basically I for all my images with a certain tag i want...
http://www.flickr.com/services/api/flickr.photos.search.htm use the parameter tag=mytag and extras=geo,original_format urls for photos can be constructed form...
Thanks chris, I was overlooking the extras param in that call. Is it possible to get the location description (e.g. " Taken in Bowery, New York") without...
nope i don't believe it is. you'll need to call flickr.places.findByLatLon if you want flickr to geocode it, or alternatively geocode it locally. i can't...
But what about how you can customize the location of a photo. Fine tune the description if you want something that "sounds" better. I do not think that is...
Hi. I am using the search function to find photos with certain tags, and then download them. However, occasionally the search function gives an error like:...
Hello, I was wondering whether anyone knows if flickr has changed it's mbox_sha1sum exposing policy? As it stands, I can get my own mbox_sha1sum via the rest...
Hi there Hope someone can help. I use the method flickr.people.getpublicphotos to get all my photos. Since there are >900, I execute the API call twice, the...
Hi, It been a day that I've started using Flickr API. I read the overview and took a look at the available methods. I got the API key and the Secret. I joined...