flickr

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. The images are showing but the feed seems to be limiting to 20 images, however, there are 40 images in the stream. I have checked the API an...

How can I implement JQuery Pagination into a custom script?

Hi, I am using a bespoke Jquery/PHP gallery script which pulls images from a Flickr feed. I have tried to implement the JQuery pagination plugin, to no avail. Here is the code... <?php require_once('php/simplepie.inc'); $feed = new Simplepie('http://api.flickr.com/services/feeds /photos_public.gne?id=44262300@N06&lang=en-us&format=r...

What does Flickr use for charting?

Recently I was browsing my Flickr account and the stats for it and noticed that they display a very nice chart. What made an impression on me was that it was rendered in HTML and used JavaScript for mouseover effects. Does anyone know if they used some third party charting component, or if they did it in-house? If they did use something,...

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 under the Net-tab in Firebug and all is fine. I've also tried with other URLs that i know work. Same thing happens. I have another function els...

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 memory and freezes up my entire computer when run on the simulator. I know usually it's the other way round for people, but this is acting w...

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. Zend_Loader::loadClass('Zend_Service_Flickr'); $flickr = new Zend_Service_Flickr($this->flickrapikey); $results = $flickr->userSearch($this->flickemail); Could anyone tell me how ...

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 : http://www.flickr.com/photos/53067560@N00/sets/72157606175084388/ Invalid URL eg : http://www.flickr.com/photos/53067560@N00/sets/12345/ ...

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 implementation. I am not experienced with Http calls at all. I need a complete example. This is the code I have so far HttpWebRequest http = WebRe...

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/ Static image URL -> http://farm4.static.flickr.com/3221/2658147888%5F826edc8465.jpg ...

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 upload videos would be nice. These pictures will be used as part of a custom google map application. I'm more interested in the effectiv...

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 = Flickr.new(File.join(RAILS_ROOT, 'config', 'flickr.yml')) redirect_to flickr.auth.url(:read) end def flickr_callback flickr = Flickr.new(F...

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 like this in the example... &min_upload_date=1199145600 I'd like to set the min_upload_date to the day before the current day, but I don...

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 authentication steps should be performed behind the scenes. Flickr API actually offers to open a default browser and let user pass authent...

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 IDs. Does the ID ever get invalid? Probably when the image is removed. But could there be other reasons? ...

How to get Title Description and URL from Filckr for a set of photos

So I have a photo viewer that I am creating to learn Silverlight and I want to be able to get all of the photos from flickr for a specific user/set. I see that I can easily get the information in an atom feed but I can't easily get the description as the atom feed combines the Title/description etc and outputs it as html. Is there any...

Flickr API returning duplicate photos

Hi there, I've come across a confusing issue with the flickr API. When I do a photo search (flickr.photos.search) and request high page numbers, I often get duplicate photos returned for different page numbers. Here's three URLs, they should each return three sets of different images, however, they - bizarrely - return the same images:...

Adding a photo collection using the flickr API

Hi, Is it possible to create a photo collection using the flickr API? I haven't found any example code to achieve this, however you CAN do it on the flickr website, and i suppose flickr uses the API internally for their site? Dennis ...

POST to Page Returned By WebResponse

I am using WebRequest to POST to a signin page that redirects me to the page I really need to post to. How can I post to this page that I have been redirected to? Here is the Code: *NEW STUFF*** Here is what is happening after I post to the login page: GET /config/validate?.src=flickr&.pc=5134&.scrumb=6l14Ni2Pz3j&.pd=c%3DE0.GahOp2e4Mj...

Share the image on flickr

Hi All, I am developing a application where i want to load the images on flickr.I have seen the Snap and Run project where i tried to share the image using my API key but cannot do it. Can anyone help me with this as I am not able to do this,, Thanks in advance, ...

Flickr Automation For Actions Not in Available in Flickr API (Like Adding Contacts)

EDIT: I added a bounty, if someone could help me figure out what I am doing wrong, its all yours. Also, I don't really care how this gets done. If there is a library that can help out, or something of that sort that would be great. Since there is no Captcha involved, I should theoretically be able to log into Flickr and add a contac...