Is it possible to pull photos f开发者_如何学Gorom the Flickr API based on a search term? Not necessarily something from my profile, but from any public photo that matches the search term.
What is the right way to find out if a user has logged in to Flickr? I have an iframe in my application which lets user\'s download their images from Flickr. But if the user is not logged into flickr,
I am trying to use SimplePie to pull a group开发者_开发知识库 pool flickr feed: $feed = new SimplePie();
I am developing a application where i want to load the image 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.
I have an iframe that displays thumbnail images from Flickr in my web application. The problem, I see is when I reload the page, sometimes, I see the same set of images being appended to the earlier s
I am trying to find out how I can tell if a user has 开发者_开发知识库a pro account?This is because I am interested in the upload file size limits for a user which differ based on whether the user has
I am working on an Android app that displays photos which are downloaded from Flickr. I obtain a bitmap object from a byte array, which in turn is read from the relevant Flickr URL, as follows:
@photos = flickr.photosets.get_list(:user_id => Flickr_Keys::USER_ID).find_all{|set| set.id== @gallery.flickr_id}[0].get_photos
I am using WebRequest to POST to a signin page that redirects me to the page I really need to post to.
I am developing a app where i want to load the images开发者_Go百科 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 m