Class: Transit::Services::Facebook
- 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
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
8 9 10 |
# File 'lib/transit/services/facebook.rb', line 8 def auth_token @auth_token end |