Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

yws-flickr · YDN Flickr Developer Support Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3514
  • Category: Development
  • Founded: Jul 5, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 7205 - 7236 of 8110   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7205 michael_elly Send Email Sep 19, 2011
3:34 pm
I wrote a .NET application to upload photos to my flickr account. I was not able to find a way to associate the photoID which I've just uploaded to a...
7206 Sam Judson
wackylabs Send Email
Sep 19, 2011
3:37 pm
If you have the photo ID in a variable called "photoId" and the photoset ID in a variable called photosetId then it would simply be: ...
7207 michael_elly Send Email Sep 19, 2011
7:54 pm
Thanks Sam. Dont know how I missed these methods. Anyway now when I'm trying to assciate the photo I've uploaded to an existing set I'm getting an error ...
7208 Sam Judson
wackylabs Send Email
Sep 20, 2011
4:00 pm
I've never had any issues with that particular code. I assume you are assigning the new_set.PhotosetId to the photo_set_id variable correctly? Perhaps pop over...
7209 whatthedux Send Email Sep 21, 2011
4:53 pm
When I add a page argument to the flickr.activity.userComments call, it always returns the same list of comments. From the API Explorer without any page...
7210 Nolan Caudill
mncaudill Send Email
Sep 21, 2011
8:40 pm
Hello, I just deployed a fix to this, so you should get real pagination now. Enjoy! Nolan Caudill...
7211 Nolan Caudill
mncaudill Send Email
Sep 21, 2011
8:45 pm
Hi Alex, I just rolled out a change that fixes flickr.photos.getInfo returning photos from a deleted account. It appears that the account deletion didn't...
7213 rahjidefense Send Email Sep 22, 2011
6:55 am
Hi, I'm creating a mac/cocoa application for a non-profit museum. Basically the exhibit allows visitors to snap a photo and the photo will be uploaded to the...
7214 Sam Judson
wackylabs Send Email
Sep 22, 2011
7:33 am
I can't see anything wrong with any of it. Given those specific values of key and base string I get exactly the same signature. Are you sure you are using a...
7215 Sam Judson
wackylabs Send Email
Sep 22, 2011
8:10 am
The API key's would be your API keys. There is nothing to stop you having two API keys, one for testing and one for production, although I don't see a reason...
7216 john.doh93 Send Email Sep 22, 2011
2:20 pm
Thanks for the reply Sam. Yes it gets stranger: in the IDE it complains about "invalid signature" but the same URI fired into a browser returns "nonce used"...
7217 Sam Judson
wackylabs Send Email
Sep 22, 2011
2:49 pm
No, I use a test api key for most of my work which isn't public. The nonce might get used up even by an invalid call, so try not using the IDE at all....
7218 chengmuk Send Email Sep 22, 2011
10:07 pm
I have a page on my website which uses the Snowstack idea, and shows all my photos in date order. I have adapted the original Snowstack slightly and use this...
7219 Sam Judson
wackylabs Send Email
Sep 23, 2011
12:01 am
If you want to show photos for a particular set then you'd have to call flickr.photosets.getList to show the list of photosets and then ...
7220 rahjidefense Send Email Sep 23, 2011
11:47 pm
Thanks for the answers, Sam....
7222 cyberram@...
cyberram... Send Email
Oct 2, 2011
1:48 am
Hi All, After a hard time playing with phpflickr and oauth libraries, I have managed to get my tiny web application to successfully authenticate to the flickr...
7223 Tony
arnantrsyd Send Email
Oct 2, 2011
12:16 pm
Hi All, The problem is discussed by a couple of other users here: http://www.flickr.com/groups/api/discuss/72157623040761625/ Basically, the oEmbed API doesn't...
7224 Sam Judson
wackylabs Send Email
Oct 2, 2011
4:17 pm
This isn't really a Flickr API question is it - how does any web site remember a user. You either have to store a cookie with a unique ID for the user, or get...
7225 henrylyne Send Email Oct 3, 2011
8:32 pm
Hi Tony, Support for bigger images was added over a year ago and I think we just didn't get around to updating the oembed function. I'm looking into right now...
7226 Tony Arnold
arnantrsyd Send Email
Oct 3, 2011
10:13 pm
... Thanks, Henry — it would be great if you could :) all the best, Tony ... Tony Arnold http://thecocoabots.com/ On 04/10/2011, at 7:32 AM, henrylyne wrote:...
7227 henrylyne Send Email Oct 4, 2011
4:46 pm
Tony, I just updated the flickr oembed code to support the medium 640 size and the large(1024) size when maxwidth or maxheight is specified. The default size...
7228 Tony Arnold
arnantrsyd Send Email
Oct 4, 2011
9:37 pm
Hi Henry, ... Absolutely — amazing response and speed — thanks! all the best, Tony ... Tony Arnold http://thecocoabots.com/...
7229 yuyang226 Send Email Oct 8, 2011
2:36 am
Hi Folks: I am glad to announced that some friends and I have created an open source project for interacting with Flickr. The project is available at both...
7230 lukhnos Send Email Oct 10, 2011
3:58 pm
Hi, ObjectiveFlickr, an Objective-C Flickr API library, now has OAuth support. I recommend everyone using the library check out the latest version and start...
7231 wtbonnell Send Email Oct 13, 2011
4:09 pm
I have researched this topic but have not found a solution as of yet. I uploaded new pix to my flickr account and created sets - they are visible within...
7232 Sam Judson
wackylabs Send Email
Oct 14, 2011
8:23 am
I think the RSS feeds might be cached on the Flickr end, but the Flickr API isn't. Perhaps the library you are using implements caching? Sam...
7233 Jef
drenecois Send Email
Oct 14, 2011
11:57 am
There is a certain set from a friend that I can see on the web interface of Flickr, but when I request flickr.photosets.getInfo (signed of course) I get as...
7234 wtbonnell Send Email Oct 14, 2011
2:50 pm
I was able to pinpoint the issue last night. If I deleted my sets and images within the sets, and re-uploaded, the RSS feed was now populated. I believe the...
7235 linnaweb1 Send Email Oct 14, 2011
4:36 pm
Hi, I'm searching photos with specified tags with Flickr API. I set the number of photos to 500 per page, but when I go through 79 pages, I only get 4505...
7236 linnaweb1 Send Email Oct 14, 2011
4:48 pm
Hi Dan, I got the same problem. I cannot get all the photos with the specified tag, and get different ones every time. Have you found any solutions? Thank you!...
Messages 7205 - 7236 of 8110   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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