Module: FacebookGraphr::Helpers::FBML

Defined in:
lib/facebook_graphr/helpers.rb

Instance Method Summary collapse

Instance Method Details

#facebook_profile_pic(fbuid, options = {}) ⇒ Object

can have size => :thumb, :small, :normal, and :square :linked => true/false



29
30
31
32
# File 'lib/facebook_graphr/helpers.rb', line 29

def facebook_profile_pic(fbuid, options = {})
  options = options.dup
  ("fb:profile-pic", nil, options.merge(:uid => fbuid))
end