php - Foursquare - Menus are not displaying in API Explorer for certain venues -


when run following url in browser window:

https://foursquare.com/v/mr-teriyaki-burlingame-ca/4b269e61f964a5206f7e24e3/menu

result:

here menu results displaying,

enter image description here

when run following url in browser window using endpoints 'venues/venue_id/menu':

https://api.foursquare.com/v2/venues/4b269e61f964a5206f7e24e3/menu?oauth_token=lgy1itar5mbhyzxkrrkvdfxkjaut43atzt1gbcfkb2nlmsyy&v=20140627

result:

here menu results not getting venue id correct,

enter image description here

so kindly give me solution why menu details not displayed in foursquare api explorer window using endpoinds 'venues/venue_id/menu'.

thanks,

arularasan d,

php programmmer.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -