Method: Facebooker::Session#data
- Defined in:
- lib/facebooker/session.rb
#data ⇒ Object
Returns a proxy object for handling calls to the Facebook Data API
279 280 281 |
# File 'lib/facebooker/session.rb', line 279 def data Facebooker::Data.new(self) end |