Module: FacebookGraphr::Helpers::FBML
- Defined in:
- lib/facebook_graphr/helpers.rb
Instance Method Summary collapse
-
#facebook_profile_pic(fbuid, options = {}) ⇒ Object
can have size => :thumb, :small, :normal, and :square :linked => true/false.
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, = {}) = .dup content_tag("fb:profile-pic", nil, .merge(:uid => fbuid)) end |