1

omniauthと を使用して、ユーザーのリンクされたデータを取得しようとしていomniauth-linkedinます。

スキルについては、次のようなデータを取得しています#<Hashie::Mash id=16 skill=#<Hashie::Mash name="AJAX">>, #<Hashie::Mash id=17 skill=#<Hashie::Mash name="Linux">>, #<Hashie::Mash id=18 skill=#<Hashie::Mash name="Apache">>, #<Hashie::Mash id=19 skill=#<Hashie::Mash name="RSpec">>, #<Hashie::Mash id=20 skill=#<Hashie::Mash name="JSON">>...

私は私の中で次のことを持っていますomniauth.rb

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :linkedin, Settings.linkedin_key, Settings.linkedin_secret, 
           :scope => 'r_fullprofile r_emailaddress r_network', 
           :fields => ["id", "email-address", "first-name", "last-name", 
                       "headline", "industry", "picture-url", "public-profile-url", 
                       "location", "skills", "date-of-birth", "phone-numbers",        
                       "educations", "three-current-positions" ]
end

スキルについては、ここに示すように熟練したスキルが必要ですhttp://developer.linkedin.com/documents/profile-fields#skills

何が欠けているのかわからない。

4

0 に答える 0