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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2454 - 2483 of 5442   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2454
Thanks for posting the link, Dan. Yes, I remember seeing that at the time, but I don't think it is correct. Try uploading two images - one sized 1280 x 1280...
Premasagar Rose
premasag
Offline Send Email
Nov 1, 2006
8:56 am
2455
... time, but I don't think it is correct. Try ... 1281. The second will have a ... Isn't that exactly what Stewart said? Dave W....
David Wilkinson
dopiaza0
Offline Send Email
Nov 1, 2006
2:11 pm
2456
Ah, I guess they've changed it since then. I think that what Stewart said was correct at the time, but perhaps not anymore. Personally, I prefer the behavior...
Dan Coulter
dthought42
Offline Send Email
Nov 1, 2006
2:16 pm
2457
... one ... this is correct (and its always been this way). we create a 'large' size (1024 on the longest edge) if the original image is over 1280 on its...
Cal Henderson
iamcal2000
Offline Send Email
Nov 2, 2006
12:02 am
2458
Hi all, I am newbie to flickr. In order to get a frob I generated the api_sig I used the reference of www.flickr.com/services/api/auth.spec.html. But I got an...
dotmatric
Offline Send Email
Nov 2, 2006
6:18 am
2459
Same happening to me. I asked this here already, but couldn't get any tip so far... btw, I'm using flickrj api to wrap up the api calls...
Herval Freire
hervald
Offline Send Email
Nov 2, 2006
10:03 am
2460
... I just worked through the example in the auth spec, and came up with the exact same signature as in the spec. My suspicion is that there's some sort of...
Matthew Smillie
smilliematt
Offline Send Email
Nov 2, 2006
4:22 pm
2461
Hi, are you sure the arguments are sorted in the right order, without the = signs when you compute the signature? Pierre...
mortimerp9
Offline Send Email
Nov 3, 2006
2:17 am
2462
... On thing I'd check would be that you're not including any empty strings. I ran into a bug where I was putting a tags="" parameter in. At some point the...
andrew morton
graveltech
Offline Send Email
Nov 3, 2006
2:42 am
2463
I am just starting out with Flickr.I want to write an application that uses flickr to host a photo album for my band. Any good tutorial suggestions for a...
Travis D. Falls
travis_falls2
Offline Send Email
Nov 3, 2006
4:48 am
2464
the description for this method says: Get information about a photo. The calling user must have permission to view the photo. it then goes on to say that this...
jeff
jeffrey.blat...
Offline Send Email
Nov 3, 2006
5:35 pm
2465
Hi, I'm having issues with the pagination in flickr.photosets.getPhotos provided by the XML-RPC interface. It always returns the same images, regardless of the...
Andreas Ahlenstorf
lists@...
Send Email
Nov 3, 2006
6:51 pm
2466
Hi All, I am a newbie for flickr. I want to use flickr API for C++ desktop Application. I am facing a problem to generate a valid api_sig, I am using md5sum...
dotmatric
Offline Send Email
Nov 4, 2006
7:34 am
2467
Hello All, Thanks for your reply, Actually I was using RedHat linux md5sum utility for generating the md5sum. Now I got one thing that this utility is...
dotmatric
Offline Send Email
Nov 4, 2006
7:58 am
2468
... Using echo like that puts a newline character at the end, so you will be getting incorrect results. See for yourself: $ php -r'print ...
Matthew Somerville
matthewsomer...
Offline Send Email
Nov 4, 2006
9:39 am
2469
Hello Matthew, Thanks for your prompt reply. Now instead of using md5sum utility of RedHat linux I am using C++ alogrithm for the same task as I think it is...
None None
dotmatric
Offline Send Email
Nov 4, 2006
10:39 am
2470
I have a page called Default.aspx Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html...
Travis D. Falls
travis_falls2
Offline Send Email
Nov 4, 2006
9:07 pm
2471
Hi Travis. You can use the FlickrNet.Flickr.PhotosetsGetPhotos method public Photo[] PhotosetsGetPhotos(string photosetId) This will return all photos which...
Kjartan Ásþórsson
kjartan.asth...
Offline Send Email
Nov 4, 2006
9:45 pm
2472
Cute Amateur Biker Babes looking for playmate! Check their profiles here: http://www.bestbikerclub.com/bikerpro/sexybikerbabes.htm...
sexybikerbabes083
sexybikerbab...
Offline Send Email
Nov 5, 2006
1:36 am
2473
Is Yahoo's BBAuth API usable with Flickr users? That is, will it recognize and authenticate non-Yahoo ID Flickr users? Conversely, does the Flickr...
robertoschler
Offline Send Email
Nov 6, 2006
1:01 am
2474
Hi All, I am using flickr API for the desktop application. In order to do it. I first got a frob successfully using the following format of request ...
dotmatric
Offline Send Email
Nov 6, 2006
4:57 am
2475
hello everybody. I am integrating the flickr API in an application created in ROR I am getting the following error - can anybody help me out? ... Showing...
Sachin J
sachinmj3
Offline Send Email
Nov 6, 2006
2:11 pm
2476
Hi, I am trying to use the Flickr API to list photos from Flickr.com which are licensed under the CreativeCommons license. I used the API calls for filtering...
rajeshm_1980
Offline Send Email
Nov 7, 2006
4:34 am
2477
The flickr.interestingness.getList method does not take a license parameter. Try simply using the flickr.photos.search method and set the sort as ...
Sam Judson
wackylabs
Offline Send Email
Nov 7, 2006
10:03 am
2478
API Request: Add the passed nsid as a contact for the calling user. The method could be: flickr.contact.addContact It could require authentication with "write"...
Ayush Gupta
ay_gupta
Online Now Send Email
Nov 7, 2006
11:05 am
2479
I have the following code that blows up on the foreach (Photoset myset in mysets.PhotosetCollection) statement because the PhotosetCollection is null. I have...
Travis D. Falls
travis_falls2
Offline Send Email
Nov 8, 2006
1:50 am
2480
Just in case anyone is not aware, there are regular updates to the Flickr.Net API Library, the Flickr API library for .Net, over at the Codeplex web site. ...
Sam Judson
wackylabs
Offline Send Email
Nov 8, 2006
9:17 am
2481
https://quickr-flickr.dev.java.net/ source, binaries, API docs, user guide, and developer guide are available from the above URL. the API is not complete, in...
jeff
jeffrey.blat...
Offline Send Email
Nov 8, 2006
8:50 pm
2482
I am developing a desktop app and I am having trouble obtaining a frob when I request the response to be formatted as JSON. The json formatted response I get...
maccoderman
Offline Send Email
Nov 9, 2006
11:03 pm
2483
... As a sanity check, you are including the the format parameter in the signature, right? matt....
Matthew Smillie
smilliematt
Offline Send Email
Nov 10, 2006
12:03 am
Messages 2454 - 2483 of 5442   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