Class: Transit::Services::Facebook

Inherits:
Base
  • Object
show all
Defined in:
lib/transit/services/facebook.rb

Overview

Provides access for reading facebook streams/feeds. For posting and publishing, auth tokens are required.

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



8
9
10
# File 'lib/transit/services/facebook.rb', line 8

def auth_token
  @auth_token
end