This gem is the unofficial gem for using the Lnkdto API service (http://lnkdto.com/about/api). If you intend to use this gem you will need an account with Lnkdto.
Go to: http://lnkdto.com/about/api and signup for an account.
gem "lnkdtogo", "~> 3.2.0"
gem install lnkdtogo
Lnkdtogo.configure do |config|
config.key = "12345"
config.secret = "67890"
end
# Single url
Lnkdtogo.shares("http://someWebSite.com")
# Multiple url's
Lnkdtogo.shares(["http://someWebSite.com", "http://anotherSite.net"])
Ruby: 1.9.2
Ruby: 1.9.3
Ruby: 2.0.0
Note: I do not provide support for Lnkdto.com service, this is an unofficial gem. Open an issue for gem issues email Lnkdto support for service issues.