0
votes
1answer
23 views
Flickr photo ID lifetime
Does anybody have more details on the lifetime of flickr photo IDs?
E.g. I do a search using http://www.flickr.com/services/api/flickr.photos.search.html
which returns a list of photos and their …
1
vote
1answer
66 views
Flickr api vs. Picasa api
I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to …
0
votes
1answer
16 views
How to pass authentication in Flickr without opening a browser?
I'm developing Flickr client. It's a desktop application.
I need to pass authentication without opening a browser i.e. I have 2 fields for login and password and when user press "Log in" button all …
0
votes
1answer
42 views
flickr-fu simple example not working
Hi, I'm using flickr-fu gem within a rails application for flickr api integration. I'm following the sample code for setting up a web app shown below:
def flickr_create
flickr = …
0
votes
1answer
29 views
how can I get yesterdays date in unix format in javascript?
Hello! I'm self-learning the REST concept and am playing with the Flickr API. One of the parameters that Flickr requires is the min_upload_date, which is formatted in the Unix date format and looks …
2
votes
2answers
59 views
How to get static image url from flickr URL ?
Is it possible to get static image URL from the flickr URL via an api call or some script ?
For eg :
Flickr URL -> http://www.flickr.com/photos/53067560@N00/2658147888/in/set-72157606175084388/
…
3
votes
3answers
41 views
How to check if a flickr url is valid
We need the user to be able to enter URLs in our media section . However since users can make mistakes in entering the URLs , we need to ensure that the URLs are valid flickr URLs .
Valid URL eg :
…
0
votes
4answers
75 views
Example Code (C#) for login into flickr using HttpWebRequest
Hi:
I need to be able to log users into our flickr account using the account username and passwrd. I have been searching online for quite a while now but only founds bits and pieces of an …
0
votes
2answers
93 views
jQuery getJSON never enters its callback function
I've been sitting with this for hours now, and I cant understand why.
q is working. The URL does give me a proper JSON-response. It shows up as objects and arrays and whatnot under the JSON tab …
0
votes
1answer
19 views
How to set the number of photos in flickr
I am reading this page about Zend_Service_Flickr. However it does not say how to set up the number of photos showing.
The following code returns 10 images.
…
0
votes
1answer
46 views
Code crash on iPhone Simulator but works on actual iPhone device?
This is an extremely weird problem: wondering if anybody has experienced this before. My code, an RSS parser of Flickr photos (RSS feed), works perfectly on an actual device, but allocates a ton of …
0
votes
2answers
34 views
iPhone Flickr group pool uploader
I'm trying to write an app that allows the user to take a photo, then upload it to a flickr group pool. Does anyone have any sample code that does this or can point me in the right direction?
Thanks.
…
0
votes
1answer
74 views
Flickr Iphone app Background image zoom and fading animation
Hello all would anyone know how flickr manage to make this type of effect on their app where on the main screen you see a background image moving to the side and zooming in and fading to another image …
0
votes
2answers
106 views
Flickr feed problems. how to show all images from a photostream
Hi,
I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie and outputs an image gallery.
I have instructed my client to upload there images into their flickr account.
…
0
votes
3answers
204 views
To geo-tag a photo, what attributes are required? More than lat/lon?
I am trying to geo-tag photos taken with the iPhone camera. Since I'm not saving the photos to the camera roll, the photos do not have any EXIF data.
So, what elements are required in valid EXIF …
