foursquare-api icon indicating copy to clipboard operation
foursquare-api copied to clipboard

foursquare-api is a Ruby wrapper for the new Foursqauare V2 API

Results 6 foursquare-api issues
Sort by recently updated
recently updated
newest added

Hey, I liked this gem but I missed userless request for venues, so I did some refactoring to have it Ive just saw that another dude did the same, apparently...

The api doesn't seem to like some query string parameters being sent with get requests. For example, not setting afterTimestamp on /checkins returns a 400 error.

Hi, could you push an update to the gem? The current version doesn't have the exchange_access_token method. Thanks!

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...

Under the foursquare_node.rb, you should escape the parameter values. URI.parse fails if it finds a space in the string it tries to parse.

I believe the .blank? method is introduced by Rails (http://api.rubyonrails.org/classes/Object.html#method-i-blank%3F) but Rails is not a dependency for this gem. I'm testing via irb on ruby 1.8.7 and the example from...