Questions tagged [flickr]

Use this tag for questions about the public API provided by Flickr, a photo/video sharing website Photos are tagged with metadata, such as tags, geolocation, and Exif data, which can all be accessed through the API. (For non-programming questions, contact Flickr customer support.)

Flickr is an image hosting and video hosting website, web services suite, and online community acquired by Yahoo!. In addition to being a popular website for users to share and embed personal photographs, the service is widely used by bloggers to host images that they embed in blogs and social media.

Almost all of the functionality that runs flickr.com is available through the API. The API is available for non-commercial use by outside developers and for commercial use by prior arrangement.

1190 questions
-3
votes
1 answer

NSArray giving null as a result

I'm filling a UITableView with some categories. Ideally, I want to fetch an image corresponding to this category from Flickr. I wrote the code below: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath…
user4334509
  • 125
  • 2
  • 10
-4
votes
1 answer

How to Access Child Item In JSON Array

I am querying FlickR based on certain search terms, and the response is a JSON Array. Here is the root level along with the first two results: { photos: { page: 1, pages: 4222, perpage: 100, total: "422175", photo: [ { …
tccpg288
  • 3,242
  • 5
  • 35
  • 80
-4
votes
1 answer

IOS login page with flickr API

Hi there i'm trying to get the source code for a user to login with their flickr account details or just a "log with flickr" button. is there anyone who can help me with that or where i can get the skeleton code
-4
votes
1 answer

How to implement an onclick function to an array of divs

I'm using the Flickr API and I want to create a onlick popup div for each image which shows the image in a larger form like this http://fancybox.net/. How can I implement this so that the onclick function will be applied to each div in the div…
phippsy20
  • 3
  • 6
-4
votes
3 answers

How can I create a @ sign using JavaScript?

I am creating a variable that contains a string that uses the @ symbol. How can I do this in Javascript without the @ sign being parsed as something different in the url?
Coded Container
  • 863
  • 2
  • 12
  • 33
1 2 3
79
80