lib/gowalla/checkins.rb in gowalla-0.5.7 vs lib/gowalla/checkins.rb in gowalla-0.5.8
- old
+ new
@@ -7,10 +7,10 @@
# @return [Hashie::Mash] checkin info
def checkin_info(id)
connection.get("/checkins/#{id}").body
end
- # Check in at a spot
+ # Check in at a spot (requires oauth token authentication)
#
# @option details [Integer] :spot_id Spot ID
# @option details [Float] :lat Latitude of spot
# @option details [Float] :lng Longitude of spot
# @option details [String] :comment Checkin comment
\ No newline at end of file