Search the web
Sign In
New User? Sign Up
yws-flickr · YDN Flickr Developer Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3306 - 3335 of 5445   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3306
This would be good even if it required several calls to the api. ... to the...
heavyweightgeek
Offline Send Email
Sep 1, 2007
7:02 pm
3307
Hi Sam, I tried the way you said and even the other combinations which all are possible. But always I get a failure result. To re-state on what I did. 1) I...
satya_shree_s
Offline Send Email
Sep 4, 2007
8:51 pm
3308
Hi .. I am trying to get the list of my friends email address.I used the Contacts.getList to get the list of my friends Ids... Then I used GetInfo to get email...
A.Sampath
a_sampath4u
Offline Send Email
Sep 5, 2007
6:44 am
3309
You can't get the email address of anyone via the Flickr API. The mbox_sha1sum is there for something to do with FOAF I think. Sam...
Sam Judson
wackylabs
Offline Send Email
Sep 5, 2007
6:49 am
3310
Hi Sam, Thanks. Is there a way to decrypt this sha1sum to get the eamil address. Rgds Sampath.A...
A.Sampath
a_sampath4u
Offline Send Email
Sep 5, 2007
7:35 am
3311
Nope....
Sam Judson
wackylabs
Offline Send Email
Sep 5, 2007
7:50 am
3312
Hi 1) The api_sig should be generated from ALL parameters sent to the rest endpoint (excluding the api_sig itself obviously). 2) If you are calling...
Sam Judson
wackylabs
Offline Send Email
Sep 5, 2007
9:34 am
3313
An sha1sum is a 1-way cryptographic hash. You could try brute force to find a valid email address that encrypts to a given sum, but unless you've got a ...
Geoffrey Spear
revgeoff
Offline Send Email
Sep 5, 2007
11:18 am
3314
Hi all, Just wondering if anyone else has experienced this as well? I applied on July 3, 07. No response. I sent a mail to the Help desk on August 7th, no...
boozymagoo
Offline Send Email
Sep 5, 2007
12:15 pm
3315
Hi All, I am getting all photos (both public and private) for a user using photos.search and with each photo id returned, i try to get their sizes using...
nad2zen
Offline Send Email
Sep 6, 2007
7:25 am
3316
hi, I am trying my had on API, I want to make login form of fliker on my applictions to access all the image of use can any one help me out....
Imran Khan
max_net2005
Offline Send Email
Sep 6, 2007
11:07 am
3317
Hi all, I'm helping a friend, who is an artistic photographer, setting up a site with portfolio. Would it be in agreement with flickr's terms of service to...
larix_k
Offline Send Email
Sep 7, 2007
10:04 am
3318
This is exactly what Flickr is designed to do, provided that you link back to the Flickr Photo page from each photo displayed on your friends website (usually...
Sam Judson
wackylabs
Offline Send Email
Sep 7, 2007
10:13 am
3319
Below is the code of flickr.photosets.getPhotos method, it is working fine. But when I click every image it says "The requested page could not be found". It...
Dodong Fortaliza
afortaliza
Offline Send Email
Sep 9, 2007
2:45 pm
3320
Hello, strangely enough does flickr sort my photos after upload date/time. I do not always upload my photos in the same order they were taken, but still would...
Ulrich Wisser
ulrichwisser
Offline Send Email
Sep 10, 2007
2:41 pm
3321
Hello! I am having problems with flickr.photos.getInfo and geo-informations. First I ask flickr.photos.search to find 10 photos. Then I need to ask...
diemrnase
Offline Send Email
Sep 11, 2007
12:40 pm
3322
I'm working on some web pages with maps of museums and other sights in Paris, Rome etc. For each sight I would like to include thumbnails (size "Square, 75x75)...
mishkabears
Offline Send Email
Sep 11, 2007
12:48 pm
3323
Hi flickr.photos.getInfo already contains location information. flickr.photos.search also can provide the location information if you provide the "geo" extras...
Sam Judson
wackylabs
Offline Send Email
Sep 11, 2007
1:39 pm
3324
Alright thanks for the notice. :) This is the first time I am using the Flickr API and I didn't read the fine print. :/ - dominik...
diemrnase
Offline Send Email
Sep 11, 2007
2:07 pm
3325
Hi all, I ran a search but couldn't find an answer to my newbie question. I'm attempting to modify the PHP example provided with the documentation and use it...
amirdotan
Offline Send Email
Sep 13, 2007
9:13 am
3326
... If you want to use serialised PHP, you need to specify that as a parameter: 'format' => 'php_serial' You should also note that you get an array of contacts...
David Wilkinson
dopiaza0
Offline Send Email
Sep 13, 2007
9:34 am
3327
Thanks a lot Dave. It works. Much appreciated. As I was modifying the Flickr PHP example I didn't get around to renaming the variables. Amir ... final ... ...
amirdotan
Offline Send Email
Sep 13, 2007
10:16 am
3328
Hi Is there any source that allow me to get Original file and format. Does It need any requirement form Flickr ? ERIC...
tzm108_tw
Offline Send Email
Sep 13, 2007
10:22 am
3329
Hi, I'm trying to understand the use of isFamily and isFriend when dealing with public photos. I'm assuming that setting a photo to either one or both states...
amirdotan
Offline Send Email
Sep 13, 2007
12:13 pm
3330
Hello, you will want to check out that method: http://flickr.com/services/api/flickr.photos.getSizes.html You need to be authenticated when calling this...
Pierre Andrews
mortimerp9
Offline Send Email
Sep 13, 2007
1:47 pm
3331
Hi, I am trying to use flickr.photosgetAllContexts to return a list of sets that a photo belongs to but I just can not get it working. Would someone please...
Paul Churchley
paul_churchley
Offline Send Email
Sep 13, 2007
2:02 pm
3332
Are you using the FlickrNet library? AllContexts contexts = flickr.PhotosGetAllContexts(p.PhotoId); Console.WriteLine(p.Title + " is in " +...
Sam Judson
wackylabs
Offline Send Email
Sep 13, 2007
2:45 pm
3333
That's pretty much what I was trying but I am getting a NullReferenceException on the statement: AllContexts contexts = flickr.PhotosGetAllContexts(p.PhotoId);...
Paul Churchley
paul_churchley
Offline Send Email
Sep 13, 2007
3:26 pm
3334
Ah, then that would be a bug in the FlickrNet library... which I just checked the fix for into source code. The bug is only when there are no sets or groups...
Sam Judson
wackylabs
Offline Send Email
Sep 13, 2007
3:36 pm
3335
Ah right... Is there a fix for this or do I need to handle the exception? Thanks for your help Sam. ... just ... particular photos. ... 40yahoogroups.com>,...
Paul Churchley
paul_churchley
Offline Send Email
Sep 13, 2007
3:53 pm
Messages 3306 - 3335 of 5445   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help