Hi,

i am working on rails 4 application,i am trying to integrate linked-in in my application.i am followed below link steps,but i can't fetch user feeds(updates & shares),i can fetch only user profile informations.how can i get all informations.please help me

Reference :  https://github.com/emorikawa/linkedin-oauth2

this is my scope in omniauth.rb

OmniAuth.config.logger = Rails.logger
Rails.application.config.middleware.use OmniAuth::Builder do
provider :linkedin, SOCIAL_CONFIG['linkedin_client_id'], SOCIAL_CONFIG['linkedin_client_secret'], scope: ['r_fullprofile', 'r_emailaddress','r_network','w_share'], fields: ['id', 'first-name', 'last-name', 'location', 'picture-url', 'public-profile-url']
end

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/906cf519-e38d-9c8f-10ff-bb10b22c64b8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to