Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery and flickr API

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27715

    Hi!

    I’m currently working on a new "social page". My goal is to include flickr images to the page, using the flickr.photosets.getPhotos.
    It all worked fine, until today! Can someone help me with this code, to make it compailable and working ?

    Code:

    Error in firebug:

    Code:
    reference to undefined property data.photoset
    [Break on this error] $.each(data.photoset.photo, function(i,item){npeople.php (line 25)
    data.photoset is undefined
    [Break on this error] $.each(data.photoset.photo, function(i,item){n
    #69873

    Never mind, flickr updated my API-key! Does flickr usually update API-keys ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.