potomak / jquery-instagram

Instagram jQuery plugin
http://potomak.github.io/jquery-instagram/
MIT License
554 stars 143 forks source link

Error in console when grabbing feed by lat/lng coordinates #35

Closed mandiwise closed 11 years ago

mandiwise commented 11 years ago

When I implement this plugin using a hash tag to pull a feed with a "more" button it works beautifully. However, when I try to get a feed of images based on latitude and longitude coordinates (again, with a more button) I get this error in the console:

Uncaught TypeError: Cannot read property 'next_url' of undefined

And of course, the more button doesn't work (just throws this error over and over again as you click it, and it's permanently stuck on "Loading...").

Any ideas what might cause this behavior? In both cases I implemented the plugin in exactly the same way, just swapped the hash option for the search: {lat/lng} options. I'm working locally at the moment so I can't provide a link.

Thanks!

potomak commented 11 years ago

Can you please post your code at http://jsfiddle.net/ ?

mandiwise commented 11 years ago

No problem, posted it here: http://jsfiddle.net/mandiwise/53Cp6/

Please note that I left my Client ID out of the code, but it does pull in a feed from Instagram and throw the error as described above when I test it with my ID.

potomak commented 11 years ago

I tested it myself and it seems like Instagram API doesn't accept pagination for /media/search requests.

Example request: https://api.instagram.com/v1/media/search?lat=49.283931&lng=-123.106336&client_id=XXX&count=5

{
  "meta":{
    "code":200
  },
  "data":[
    {
      "attribution":null,
      "tags":[
        "petstagram",
        "dogwhisperer",
        "rainyday",
        "wellbehaved",
        "instaddict",
        "chihuahualover",
        "instalove",
        "sisters",
        "chihuahualife",
        "thingstodo",
        "chihuahuapuppies",
        "bed",
        "princess",
        "puffle",
        "dogofinstagram",
        "pumpkin"
      ],
      "location":{
        "latitude":49.279166667,
        "longitude":-123.110666667
      },
      "comments":{
        "count":0,
        "data":[

        ]
      },
      "filter":"Valencia",
      "created_time":"1365551465",
      "link":"http:\/\/instagram.com\/p\/X5y9a3pst_\/",
      "likes":{
        "count":2,
        "data":[
          {
            "username":"offroadnation",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_262137017_75sq_1365545268.jpg",
            "id":"262137017",
            "full_name":"OffRoadNation\u303d\u2122\u0627\u0644\u0627\u0645\u0629 \u062e\u0627\u0631\u062c \u0627\u0644\u0637\u2122"
          },
          {
            "username":"sterlinghi808",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_13180343_75sq_1359046337.jpg",
            "id":"13180343",
            "full_name":"Sterling Silvahz"
          }
        ]
      },
      "images":{
        "low_resolution":{
          "url":"http:\/\/distilleryimage3.s3.amazonaws.com\/57eb24aca17011e29a5722000a9f3079_6.jpg",
          "width":306,
          "height":306
        },
        "thumbnail":{
          "url":"http:\/\/distilleryimage3.s3.amazonaws.com\/57eb24aca17011e29a5722000a9f3079_5.jpg",
          "width":150,
          "height":150
        },
        "standard_resolution":{
          "url":"http:\/\/distilleryimage3.s3.amazonaws.com\/57eb24aca17011e29a5722000a9f3079_7.jpg",
          "width":612,
          "height":612
        }
      },
      "caption":{
        "created_time":"1365551620",
        "text":"Watching #dogwhisperer in#bed. #thingstodo on #rainyday like this. #puffle #pumpkin #chihuahuapuppies #chihuahualife #chihuahualover #wellbehaved #princess #instalove #instaddict #sisters #dogofinstagram #petstagram",
        "from":{
          "username":"pufflepumpkinthemightychis",
          "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_339542481_75sq_1365060117.jpg",
          "id":"339542481",
          "full_name":"Puffle And Pumpkin"
        },
        "id":"430600656901294997"
      },
      "type":"image",
      "id":"430599362455194495_339542481",
      "user":{
        "username":"pufflepumpkinthemightychis",
        "website":"",
        "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_339542481_75sq_1365060117.jpg",
        "full_name":"Puffle And Pumpkin",
        "bio":"",
        "id":"339542481"
      }
    },
    {
      "attribution":null,
      "tags":[
        "sexyboys",
        "summer",
        "luxlife",
        "gigipost",
        "summerlove",
        "sunshine",
        "sexygirls",
        "bronzegoddess",
        "gigilovessummer",
        "tan",
        "drinks",
        "gigiworld"
      ],
      "location":{
        "latitude":49.28142214,
        "longitude":-123.111523793
      },
      "comments":{
        "count":1,
        "data":[
          {
            "created_time":"1365551736",
            "text":"Boys get sexier and skirts get shorter \ud83d\ude33",
            "from":{
              "username":"kriiismaa",
              "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_3175674_75sq_1364877571.jpg",
              "id":"3175674",
              "full_name":"kriiismaa"
            },
            "id":"430601632804293861"
          }
        ]
      },
      "filter":"X-Pro II",
      "created_time":"1365551000",
      "link":"http:\/\/instagram.com\/p\/X5yEplgMzf\/",
      "likes":{
        "count":2,
        "data":[
          {
            "username":"donedat",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_19017077_75sq_1364964725.jpg",
            "id":"19017077",
            "full_name":"Arvinder"
          },
          {
            "username":"nflittle22",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_226720926_75sq_1348448538.jpg",
            "id":"226720926",
            "full_name":"nflittle22"
          }
        ]
      },
      "images":{
        "low_resolution":{
          "url":"http:\/\/distilleryimage11.s3.amazonaws.com\/42b7c640a16f11e2a8af22000a9f133c_6.jpg",
          "width":306,
          "height":306
        },
        "thumbnail":{
          "url":"http:\/\/distilleryimage11.s3.amazonaws.com\/42b7c640a16f11e2a8af22000a9f133c_5.jpg",
          "width":150,
          "height":150
        },
        "standard_resolution":{
          "url":"http:\/\/distilleryimage11.s3.amazonaws.com\/42b7c640a16f11e2a8af22000a9f133c_7.jpg",
          "width":612,
          "height":612
        }
      },
      "caption":{
        "created_time":"1365551115",
        "text":"\ud83d\ude0a\ud83d\ude0a\ud83d\ude0a ummmhhhmmmm #summer #bronzegoddess #tan #sunshine #summerlove #luxlife #gigipost #gigiworld #gigilovessummer #drinks #sexygirls #sexyboys",
        "from":{
          "username":"chickenandunicorns",
          "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_221065050_75sq_1361329507.jpg",
          "id":"221065050",
          "full_name":"Gigi Mac"
        },
        "id":"430596419930345471"
      },
      "type":"image",
      "id":"430595461246667999_221065050",
      "user":{
        "username":"chickenandunicorns",
        "website":"",
        "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_221065050_75sq_1361329507.jpg",
        "full_name":"Gigi Mac",
        "bio":"",
        "id":"221065050"
      }
    },
    {
      "attribution":null,
      "tags":[
        "sneakpeak",
        "me",
        "rad",
        "fashion",
        "avantegaurde",
        "mohawk",
        "makeup",
        "hair",
        "killedit",
        "girl",
        "skill",
        "blanch",
        "bcm",
        "talent",
        "maybelooklikeaanimal",
        "runway",
        "stillsick",
        "badass",
        "model",
        "photoshoot",
        "lovedit",
        "photooftheday"
      ],
      "location":{
        "latitude":49.282025565,
        "longitude":-123.097656846
      },
      "comments":{
        "count":1,
        "data":[
          {
            "created_time":"1365550756",
            "text":"Foxy lady",
            "from":{
              "username":"leahkelly867",
              "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_19970218_75sq_1358451867.jpg",
              "id":"19970218",
              "full_name":"Leah Kelly"
            },
            "id":"430593415592595302"
          }
        ]
      },
      "filter":"X-Pro II",
      "created_time":"1365549130",
      "link":"http:\/\/instagram.com\/p\/X5ugVfBM32\/",
      "likes":{
        "count":27,
        "data":[
          {
            "username":"swagger_boy13",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_225475073_75sq_1365374928.jpg",
            "id":"225475073",
            "full_name":"VJ"
          },
          {
            "username":"klowey17",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_190822759_75sq_1343633490.jpg",
            "id":"190822759",
            "full_name":"klowey17"
          },
          {
            "username":"shayonnadavies",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_272636584_75sq_1363037693.jpg",
            "id":"272636584",
            "full_name":"shayonnadavies"
          },
          {
            "username":"rami9502",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_248287434_75sq_1364903406.jpg",
            "id":"248287434",
            "full_name":"Rami Salvatrucha"
          },
          {
            "username":"greengumboots",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_287840044_75sq_1359859594.jpg",
            "id":"287840044",
            "full_name":"Kyah"
          },
          {
            "username":"kaylee__d",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_45706962_75sq_1360859026.jpg",
            "id":"45706962",
            "full_name":"kaylee__d"
          },
          {
            "username":"beckks22",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_225114613_75sq_1362299455.jpg",
            "id":"225114613",
            "full_name":"Rebecca Dunstan"
          },
          {
            "username":"tee1869",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_201379579_75sq_1365407655.jpg",
            "id":"201379579",
            "full_name":"Taren Sturko"
          },
          {
            "username":"truetonefitness",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_2815742_75sq_1365318299.jpg",
            "id":"2815742",
            "full_name":"Ashley Mammel"
          },
          {
            "username":"chantai10",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_199001685_75sq_1364105731.jpg",
            "id":"199001685",
            "full_name":"Chantai Minet"
          }
        ]
      },
      "images":{
        "low_resolution":{
          "url":"http:\/\/distilleryimage2.s3.amazonaws.com\/e7e7f2fca16a11e2aeda22000a1f973b_6.jpg",
          "width":306,
          "height":306
        },
        "thumbnail":{
          "url":"http:\/\/distilleryimage2.s3.amazonaws.com\/e7e7f2fca16a11e2aeda22000a1f973b_5.jpg",
          "width":150,
          "height":150
        },
        "standard_resolution":{
          "url":"http:\/\/distilleryimage2.s3.amazonaws.com\/e7e7f2fca16a11e2aeda22000a1f973b_7.jpg",
          "width":612,
          "height":612
        }
      },
      "caption":{
        "created_time":"1365549319",
        "text":"@mlflynn123 great work on two different and totally wicked awesome looks today!! Can't wait to see the full Mohawk Shots! #photoshoot #photooftheday #bcm #blanch #hair #makeup #fashion #avantegaurde #runway #girl #me #model #mohawk #badass #rad #maybelooklikeaanimal #stillsick #talent #skill @mlflynn123 #killedit #lovedit #sneakpeak",
        "from":{
          "username":"lenn52",
          "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_20965306_75sq_1360743977.jpg",
          "id":"20965306",
          "full_name":"Leneath Yanson"
        },
        "id":"430581357908118788"
      },
      "type":"image",
      "id":"430579771622346230_20965306",
      "user":{
        "username":"lenn52",
        "website":"",
        "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_20965306_75sq_1360743977.jpg",
        "full_name":"Leneath Yanson",
        "bio":"",
        "id":"20965306"
      }
    },
    {
      "attribution":null,
      "tags":[
        "inceptagram"
      ],
      "location":{
        "latitude":49.284719147,
        "name":"Rethink",
        "longitude":-123.114536405,
        "id":941904
      },
      "comments":{
        "count":0,
        "data":[

        ]
      },
      "filter":"Valencia",
      "created_time":"1365548454",
      "link":"http:\/\/instagram.com\/p\/X5tN0eMHoi\/",
      "likes":{
        "count":0,
        "data":[

        ]
      },
      "images":{
        "low_resolution":{
          "url":"http:\/\/distilleryimage10.s3.amazonaws.com\/54fef07ca16911e2912922000a9f4d44_6.jpg",
          "width":306,
          "height":306
        },
        "thumbnail":{
          "url":"http:\/\/distilleryimage10.s3.amazonaws.com\/54fef07ca16911e2912922000a9f4d44_5.jpg",
          "width":150,
          "height":150
        },
        "standard_resolution":{
          "url":"http:\/\/distilleryimage10.s3.amazonaws.com\/54fef07ca16911e2912922000a9f4d44_7.jpg",
          "width":612,
          "height":612
        }
      },
      "caption":{
        "created_time":"1365548494",
        "text":"dog wearing sunglasses. #inceptagram magnet.",
        "from":{
          "username":"inceptagram",
          "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_26663101_75sq_1353629767.jpg",
          "id":"26663101",
          "full_name":"inceptagram"
        },
        "id":"430574436143364551"
      },
      "type":"image",
      "id":"430574101177858594_26663101",
      "user":{
        "username":"inceptagram",
        "website":"",
        "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_26663101_75sq_1353629767.jpg",
        "full_name":"inceptagram",
        "bio":"",
        "id":"26663101"
      }
    },
    {
      "attribution":null,
      "tags":[
        "margaretthatcherridingatank"
      ],
      "location":{
        "latitude":49.285142343,
        "longitude":-123.114154657
      },
      "comments":{
        "count":0,
        "data":[

        ]
      },
      "filter":"Valencia",
      "created_time":"1365547163",
      "link":"http:\/\/instagram.com\/p\/X5qwRbgoiL\/",
      "likes":{
        "count":5,
        "data":[
          {
            "username":"swegdy",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_241777464_75sq_1359189166.jpg",
            "id":"241777464",
            "full_name":"Sydney Reynolds"
          },
          {
            "username":"bigsleezy69",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_280217106_75sq_1357081605.jpg",
            "id":"280217106",
            "full_name":"Steve Guineau"
          },
          {
            "username":"amandankaitlyn",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_181002763_75sq_1365474340.jpg",
            "id":"181002763",
            "full_name":"amandankaitlyn"
          },
          {
            "username":"pukingtuna",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_224100308_75sq_1348175620.jpg",
            "id":"224100308",
            "full_name":"pukingtuna"
          },
          {
            "username":"julianapedersen",
            "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_143547069_75sq_1359262551.jpg",
            "id":"143547069",
            "full_name":"Juliana"
          }
        ]
      },
      "images":{
        "low_resolution":{
          "url":"http:\/\/distilleryimage7.s3.amazonaws.com\/53b7a338a16611e2b61322000a1f9358_6.jpg",
          "width":306,
          "height":306
        },
        "thumbnail":{
          "url":"http:\/\/distilleryimage7.s3.amazonaws.com\/53b7a338a16611e2b61322000a1f9358_5.jpg",
          "width":150,
          "height":150
        },
        "standard_resolution":{
          "url":"http:\/\/distilleryimage7.s3.amazonaws.com\/53b7a338a16611e2b61322000a1f9358_7.jpg",
          "width":612,
          "height":612
        }
      },
      "caption":{
        "created_time":"1365547383",
        "text":"#MargaretThatcherRidingATank",
        "from":{
          "username":"davidgranneman",
          "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_232760161_75sq_1352442434.jpg",
          "id":"232760161",
          "full_name":"David"
        },
        "id":"430565116673690046"
      },
      "type":"image",
      "id":"430563274594093195_232760161",
      "user":{
        "username":"davidgranneman",
        "website":"",
        "profile_picture":"http:\/\/images.ak.instagram.com\/profiles\/profile_232760161_75sq_1352442434.jpg",
        "full_name":"David",
        "bio":"",
        "id":"232760161"
      }
    }
  ]
}