flickr API JSON response

2 replies
anyone know how to get non random JSON response for image calls?
Uploads from everyone I have for my gallery script I am working on (in development)

Code:
$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?jsoncallback=?", {tags: q,format: "json",size: "s",count: "8"}).done(function( data ) { 			 	removeLoading(filldiv);
console.log(album(filldiv,true,"link","url").load(data,function(width){window.gallery_width = width;},window.gallery_width,100,100).details.width); 			 		}).fail(function(jqxhr, textStatus, error){alert(error);});
The gallery working example...

Easy Image Loader by James P. Malloy
#api #flickr #json #response
  • Profile picture of the author mikea12
    Try using the api explorer https://www.flickr.com/services/api/...ries.getPhotos

    It seems like you're pulling photos from everyone, what order do you want?
    {{ DiscussionBoard.errors[9277478].message }}
    • Profile picture of the author kingjpm
      Thank you. I played around and watched the GET request params

      api_keyee4298a7f24ffeb0c7b06e737277f858api_sigdd6a 52d75b0f35022f25dff154040e53formatjsongallery_id0
      methodflickr.galleries.getPhotosnojsoncallback1pag e1per_page8
      I am testing the possibilities of the APIs.
      Signature
      RogueDen.com
      {{ DiscussionBoard.errors[9280303].message }}

Trending Topics