So where's this Locomotive Basic wrapper for the Flickr API? ;) Guillaume...
4
jesse wolfe
jessej8mes
Jul 20, 2005 11:22 pm
Is there a current solution or plan under way for implementing flickr on the a mobile phone? I am currently writing a pitch for mobile prototype in either...
5
Fraser Speirs
fraser_speirs
Jul 21, 2005 7:00 am
If I have an existing photoset and I call flickr.photosets.editPhotos with a list of photo_ids which are not in the set, will they be added to the set or will...
6
dariuscuts
Jul 21, 2005 11:24 am
The set you supply will replace the existing....
7
zgyeye
Jul 21, 2005 12:44 pm
... on the a mobile phone? I am currently writing a pitch for mobile prototype in either Python and/or flash. I've already anticipated some challenges before...
8
robertoschler
Jul 21, 2005 3:02 pm
Hello, I'm getting "Can't connect to remote server" errors when I try to use flickr.photos.search. 11 AM - EST. Thanks. ...
9
jesse wolfe
jessej8mes
Jul 21, 2005 4:30 pm
I like the enthusiasm! Well I'm exploring the many ways to build the mobile content at the moment. I'll once I've accomplished a bit more i'll share my...
10
Cal Henderson
iamcal2000
Jul 21, 2005 5:42 pm
... cpuld you give an example of the call you're making? only crtain conbinations of parameters appear to be failing. --cal...
11
Cal Henderson
iamcal2000
Jul 21, 2005 5:44 pm
... on ... the documentation has been clarified in cvs and will be deployed shortly - sorry for the confusion :) --cal...
12
robertoschler
Jul 21, 2005 8:31 pm
Cal, Sure. I just tried this one 3 times in a row. It failed the first, succeeded the second, and failed again on the third: ******************* Error Code: ...
13
Adam Keys
adam_k_keys
Jul 22, 2005 12:36 am
... Besides what's already in the mobile site? http://www.flickr.com/mob/ Were you thinking of a more full-featured client, or better support for...
14
jesse wolfe
jessej8mes
Jul 22, 2005 12:53 am
Interesting..I wasn't aware of the mobile page. I was speaking about building a stand-alone application. I'm in the process of bhilding one now and will share...
15
Russell Sayers
russell_sayers
Jul 22, 2005 6:18 am
Here's a rough cut of a project I'm working on. The idea is that people can build up a set of geotagged photos, and link to my page to display the photos on a...
16
Nicolas Hoizey
nhoizey
Jul 22, 2005 7:54 am
... It works very well, it is a great complement to Geobloggers! <http://flickrservice.liquidmesh.com/GeoViewer.aspx?set=429394> -Nicolas -- Nicolas "Brush"...
17
Vardhman Jain
vardhman_iiith
Jul 22, 2005 11:28 am
Cal could you please give a final stand on this, so we can proceed with our apps. My suggestion is the users (who upload) get a Secret when they creat their...
18
Beej Jorgensen
wronk
Jul 22, 2005 2:43 pm
... Something had to be passed in the clear that identifies the user in addition to the MD5 sum (in the new system, this is the token). Otherwise Flickr has no...
19
Jens Strobel
kelloggz@...
Jul 22, 2005 7:16 pm
Hi, i want to use the new authentication api but got a problem with flickr.auth.getFrob. I generate the api_sign (data from example: "non-web based app") with ...
20
Beej Jorgensen
wronk
Jul 22, 2005 7:34 pm
... ^^^^^^^^^ I am assuming foobarbaz is your Secret, right? So you have two pieces of info you're passing: method=flickr.auth.getFrob&api_key=987654321 I...
21
Fraser Speirs
fraser_speirs
Jul 22, 2005 7:58 pm
Hey all, I'm doing a flickr.photos.search with a proper Auth token, but I only ever get back public photos. The server returns 665 photos, but I have 809 in...
22
Jens Strobel
kelloggz@...
Jul 22, 2005 8:25 pm
... Damn, copied the wrong example. On my last test i have sorted the params and hat dots in the method name. Didn't work.. <?php echo...
23
jon madison
djallstar
Jul 22, 2005 8:48 pm
the signature generated *should* be different. but maybe i'm misunderstanding your question. also you don't have the argument *values* in your example, but i...
24
Jens Strobel
kelloggz@...
Jul 22, 2005 9:07 pm
... I think it shouldn't be different when i am using the same data as in example on: http://www.flickr.com/services/api/auth.spec.html "9.2. Non-web based...
25
Beej Jorgensen
wronk
Jul 22, 2005 9:29 pm
... This is the correct MD5 hash for that string. ... Maybe they just fabricated this number? I dunno. When I make my hash for the sig, I definitely do it the...
26
jon madison
djallstar
Jul 22, 2005 9:36 pm
ahhh, got you. i mistook the foobarbaz as the arguments, and not the secret, as described in their docs. j. ... -- Jon Madison http://www.smartbrother.org If i...
27
jon madison
djallstar
Jul 22, 2005 9:47 pm
just sent a request with my real details and also got "invalid signature". not quite sure if api_key should be part of the hash or what, although even removing...
28
jon madison
djallstar
Jul 22, 2005 9:48 pm
yeah must be fabricated. just got a frob (making sure this time to put the periods in the method call name ;) ... -- Jon Madison http://www.smartbrother.org If...
29
Jens Strobel
kelloggz@...
Jul 22, 2005 9:48 pm
... I have something seen right now. In the example they use: http://flickr.com/services/rest/... But i am using the XML-RPC-URL: ...
30
Jens Strobel
kelloggz@...
Jul 22, 2005 9:54 pm
... Sorry but i didn't understand what you mean....