Sha256: 07ac6c8e887d76e5de6a99852b645e262a51d571ef5e5a57f10ba979d801fba9
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
require 'lib/linkedin' c = LinkedIn::Client.new('shSB1C3K_Xq0xZ0U9w2VqSoKYhv2ISwFfNpdgrU4rGX3uiaNwbeCYifuGBlJvIc1', 'Xy8dprsITio46xj4jonNE27ZyNILSbHmMVDN1aEzRWVQk-eHJ2aXIkk8vwZUSgJd') c.authorize_from_access("74f09d7b-3a41-4a01-8c6e-2b1072a046bc", "fcc8399e-3453-4328-9fe8-42021b73a110") require 'lib/linkedin' xml = File.open("test/fixtures/profile_full.xml", "r").read p = LinkedIn::Profile.from_xml(xml)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linkedin-0.1.1 | examples/wynn.rb |