In foursquare api explore, it automatically picks the lat, lng for your location
https://api.foursquare.com/v2/venues/trending?ll=40.7,-74&oauth_token=[TOKEN]&v=20120325
and it return lot of results for the above url.
While using a third party service to get lat, lng for my ip address I get the coordinates as 40.7013,-73.7074, just little different from what foursquare got for me. Guess what, it returns no results when these co-ordinates are specified.
Any idea how to handle this?
Thanks, Mandeep.