Instagram API GET /Locations/search not working -


im developing app uses instagram's api having trouble using locations endpoint.

the code bellow works, return list of tags based on qry_string value

instaurl += 'tags/search?q=qry_string&callback=?'; $.getjson(instaurl, accessparam, oninstalistloaded); 

the problem when try search locations, can query media endpoint latitude/longitude not locations.

bellow example of querying media lat/lng works

instaurl += 'media/search??lat=-22.9732708&lng=-43.1857553&callback=?'; $.getjson(instaurl, accessparam, oninstalistloaded); 

but if try query locations not work. in instagram api console internal error 500 when try run same query above changing media locations.

is there trick use locations endpoint different of others?

vmenezes,

if it's 500 error, it's 1 of 2 things:

  1. the location have reason not register back-end processing.
  2. more likely, 500 error never fault. on back-end messing , not able finish processing request. recommend file ticket under "bug tool".

please let me know if have question!


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -