Sha256: 6ecc577423696dc77228c1cdc3632d56311a711c0eaba64d6159aa77c13af952

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

module Transit
  module Services
    ##
    # Provides access for reading facebook streams/feeds. 
    # For posting and publishing, auth tokens are required.
    # 
    class Facebook < Base
      attr_accessor :auth_token
      
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transit-0.0.2 lib/transit/services/facebook.rb