Sha256: f8f076bdc2065b368e94729bad441fbdf80bad53e0ce3a63d65eff2a98e92137

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

module Whatser
  class Foursquare < Whatser::Service
    @key = 'foursquare'

    class << self
      def get_friends(opts={})
        api_request :get, "/oauth/services/foursquare/friends", {:query => opts}, :model => Whatser::User
      end    
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whatser-0.6.1 lib/whatser/api/foursquare.rb
whatser-0.6.0 lib/whatser/api/foursquare.rb
whatser-0.5.0 lib/whatser/api/foursquare.rb
whatser-0.4.0 lib/whatser/api/foursquare.rb
whatser-0.3.2 lib/whatser/api/foursquare.rb