Module: FbGraphRails::FbModel::InstanceMethods
- Defined in:
- lib/fb_graph_rails/fb_model.rb
Overview
module
Instance Method Summary collapse
Instance Method Details
#fb_profile ⇒ Object
33 34 35 |
# File 'lib/fb_graph_rails/fb_model.rb', line 33 def fb_profile @_profile ||= FbGraph::User.me(self.access_token).fetch end |