foursquare-api
foursquare-api copied to clipboard
removed search param defaults
removed ll defaults from all actions; removed all defaults from search except limit=50
These defaults are interfering with browse by sw/ne/query behavior. The Foursquare API is confused when it sees both ll/radius and sw/ne params, so it returns zero matches. Eliminating the defaults allows the developer to customize parameters without interference.