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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 738 - 767 of 4220   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
738
When I attempt to authenticate my personal app-under-development or using the Flickr.NET code I am getting 'invalid frob' when I use the frob I have just...
Jason
fulcanelli66
Offline Send Email
Nov 1, 2005
8:54 pm
739
... Start here: http://groups.yahoo.com/group/yws-flickr/message/506 The short version is to keep trying and it will probably eventually work....
Trevor Schroeder
the_tschroed
Offline Send Email
Nov 1, 2005
9:20 pm
740
As a (temporary?) workaround for getting access to the comments on a photo I was considering screen scraping the page that shows the photo and its comments....
Tomasz Johannsen
tomaszjohannsen@...
Send Email
Nov 1, 2005
9:46 pm
741
... "Screen scraping" infers that you have something acting as a web browser that will gather and parse the HTML. If your "something" passes back all the...
Patrick Berry
pberry
Offline Send Email
Nov 1, 2005
10:23 pm
742
I *strongly* encourage people not to scrape Flickr. We open APIs are quick as we can (often before similar functionality is available on the site). Patience :)...
Stewart Butterfield
dsb26
Offline Send Email
Nov 1, 2005
10:28 pm
743
Thanks for the link to Yahoo - I was only searching my gmail messages since I joined a few weeks back... I updated my C# code to loop (with a delay) on...
Jason
fulcanelli66
Offline Send Email
Nov 2, 2005
7:00 am
744
I updated my C# code to loop (with a delay) on 'invalid frob'. After hundreds of loops (getting a new frob each time) it is still not working. I thought...
Stewart Butterfield
dsb26
Offline Send Email
Nov 2, 2005
8:01 am
745
... You'll want to retry with the same frob. Either that or you'll need to reauthorize your application after fetching each new frob. You *are* authorizing...
Trevor Schroeder
the_tschroed
Offline Send Email
Nov 2, 2005
12:18 pm
746
(2 responses below) ... Thanks - this is probably my fault - don't spend any cycles on it right now. I'll send email in a few hours if I'm still having a...
Jason
fulcanelli66
Offline Send Email
Nov 2, 2005
4:35 pm
747
Hi All, Okay i suspect that its my code, but I have noticed that when i try and get a list of apersons public photos and then the tag list for each of those...
surj500
Offline Send Email
Nov 2, 2005
4:59 pm
748
so any issues regarding who owns the comments? or whether or not said users want their comments "scraped" (or non scraped even, via an API) for publishing on...
jon madison
djallstar
Offline Send Email
Nov 2, 2005
7:34 pm
749
I'd imagine, although it's highly generalized, that if a user comments on a public photo those comments are public, and all comments on private photos are...
Ryan Prins
rprins782
Offline Send Email
Nov 2, 2005
8:00 pm
750
Between the AuthGetGrob line, and the AuthGetToken line you need to actually authentication your application, by sending the user to the web site. Only then...
Sam Judson
wackylabs
Offline Send Email
Nov 3, 2005
9:27 am
751
Thanks - I've got it working. I'm revisiting code I wrote a week+ ago and should have looked closer. I was getting the same error message from the server, but...
Jason
fulcanelli66
Offline Send Email
Nov 3, 2005
4:04 pm
752
... Hm. That's interesting. It sounds like it unpacked the gzipped archive but didn't unpack the tar archive. I'll put up a zip version too on RubyForge....
Trevor Schroeder
the_tschroed
Offline Send Email
Nov 3, 2005
4:17 pm
753
... Oops. I'm an idiot. There's already a zip file up there and it opens properly in WinZip, so... Uh. Yeah. :)...
Trevor Schroeder
the_tschroed
Offline Send Email
Nov 3, 2005
4:17 pm
754
Great - I'll download it from there for future use/investigations. (I had downloaded from the original link that you posted to this list -- ...
Jason
fulcanelli66
Offline Send Email
Nov 3, 2005
7:06 pm
755
I'm suddenly getting reports from my 1001 users that they're seeing an "Invalid signature" message. I'm seeing it, too. Any of my API calls are suddenly...
Adriaan Tijsseling
adriaant
Offline Send Email
Nov 3, 2005
10:41 pm
756
All -- I am curious if anybody has interest in, or if it has been discussed, about being able to call the API methods that have the user NSID as a parameter,...
Ryan Prins
rprins782
Offline Send Email
Nov 3, 2005
11:07 pm
757
I found the issue: For reasons unclear to me Flickr has changed my secret key. This means I now have to release a new version of 1001 just to get the new...
Adriaan Tijsseling
adriaant
Offline Send Email
Nov 3, 2005
11:48 pm
758
I am getting the same with this URI http://www.flickr.com/services/rest/? method=flickr.photos.getExif&api_key=3b8db9e83b020e9ca52bc54e01734fe0 ...
Michael Scherotter
mscherotter
Offline Send Email
Nov 3, 2005
11:58 pm
759
.Net thinks <exif tagspace="Panasonic" tagspaceid="16" tag="3" label="Tag::Panasonic::0x0003"> <raw>1</raw> </exif> is invalid? Doesn't look invalid to me....
Adriaan Tijsseling
adriaant
Offline Send Email
Nov 4, 2005
12:31 am
760
On the URL API page ( http://www.flickr.com/services/api/ misc.urls.html ), it says how to form a URL. For the "original" size, it's: ...
brs_flickr@...
blakeseely_99
Offline Send Email
Nov 4, 2005
2:26 am
761
The url format you quote doesn't work for all photos on Flickr. Observe http://www.flickr.com/photos/35034351666@N01/page2/ and go down to the "Ghandi...
Jason
fulcanelli66
Offline Send Email
Nov 4, 2005
2:46 am
762
It looks like the data element right above that has invalid XML character in the raw data. <exif tagspace="Panasonic" tagspaceid="16" tag="2" label="Version"> ...
Michael Scherotter
mscherotter
Offline Send Email
Nov 4, 2005
3:44 am
763
I'd like to display a random photo with the tag "Fire" on a web page so that it will be a different interesting fire-related photo on every hit. Is there an...
christelcar
Offline Send Email
Nov 4, 2005
4:51 am
764
Yeah - its invalid XML (even Firefox barfs when trying to display it) - I reckon this needs Flickr developer changes to remedy. Eric? Stewart? Anyone? Sam...
Sam Judson
wackylabs
Offline Send Email
Nov 4, 2005
10:32 am
765
Why not just use the Flickr Badge: http://www.flickr.com/badge_new.gne You can choose a tag and it will display random photos. Sam...
Sam Judson
wackylabs
Offline Send Email
Nov 4, 2005
10:48 am
766
... This actually came up recently. Here's how the list worked it out. Do a search for that tag with flickr.photos.search but set "per_page" at "1". Then, find...
Dan Coulter
dthought42
Offline Send Email
Nov 4, 2005
2:41 pm
767
I'd like to do something like: flickr.tags.getContext from a single userID. But flickr.tags.getContext doesn't exist. Is there a combination of APIs to get me...
angermann2
Offline Send Email
Nov 4, 2005
3:23 pm
Messages 738 - 767 of 4220   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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