Method: Crown::Facebook#count
- Defined in:
- lib/crown/facebook.rb
#count(uri, options = {}) ⇒ Object
——————————————————————- #
count
指定した URL に対する「いいね!」数(「いいね!」と「シェア」の
合計数)を取得する.
——————————————————————- #
66 67 68 |
# File 'lib/crown/facebook.rb', line 66 def count(uri, = {}) return Crown::FacebookCounter.new.count(uri, ) end |