A Ruby API for Foursquare (playfoursquare.com)

Supported Actions

Check In

To check into a venue by id:

@foursquare = Foursquare.new(username, password)
@foursquare.check_in(12345) # => {"score" => {...}, ...}