SocialShares::Base
# File lib/social_shares/odnoklassniki.rb, line 5 def shares! response = RestClient.get(URL, { params: { 'st.cmd' => 'extLike', uid: 'odklcnt0', ref: checked_url } }) /'(\d+)'\)/.match(response.body)[-1].to_i end