Sha256: 0e5a9a6f243d0bfb1cd017528837d86af6f48b8b15fd952230de86ca9f35090f
Contents?: true
Size: 326 Bytes
Versions: 17
Compression:
Stored size: 326 Bytes
Contents
require 'rest-core' linkedin = RestCore::Linkedin.new(:consumer_key => '...', :consumer_secret => '...') linkedin.authorize_url! # copy and paste the URL in browser to authorize linkedin.authorize!('..') # paste your code from browser p linkedin.me # get current user info
Version data entries
17 entries across 17 versions & 1 rubygems