-1
votes
0answers
26 views

how to send linkedin connection request using linkedin gem

I am using linkedin in my application for authentication using Omniauth-linkedin. I able to login with linkedin credentials. According to my requirement I have to send linkedin connection request to ...
0
votes
1answer
43 views

How to handle user revoking LinkedIn access in rails

How should I handle a user revoking my access to their LinkedIn account? I am using Ruby on Rails with Omniauth, Omniauth-LinkedIn and linkedin gem (latter incorporates oauth gem). My controller code ...
0
votes
0answers
97 views

Using omniauth-linkedin for educations, skills, connections

I'm using omniauth-linkedin gem in Rails and trying to get data from 'r_fullprofile' and 'r_network'. In omniauth.rb: provider :linkedin, 'consumer_key', 'consumer_secret', :scope => ...
0
votes
1answer
258 views

Refresh LinkedIn token with omniauth before expiration

I have a Rails (3.2.11) application that allows users to post updates to their LinkedIn profiles. I'm currently using the omniauth-linkedin gem to capture the initial user authentication and the ...
1
vote
0answers
122 views

Linkedin skills data using omniauth

I am trying to fetch linkedin data of user using omniauth and omniauth-linkedin. For skills I am getting data like #<Hashie::Mash id=16 skill=#<Hashie::Mash name="AJAX">>, ...
0
votes
0answers
65 views

Omniauth + Linkedin (invalid_signature)

I'm using facebook and linkedin authentications with omniauth. I have replaced the keys for both facebook and linkedin (provided by facebook and linkedin). Facebook works like a champ, linkedin gives ...
2
votes
0answers
135 views

Linked In authentication and aggregate data

I'm building a web app with Ruby on Rails and I want my users to authenticate and aggregate data from Linked In (and others like Github, Twitter, etc...). I am using these gems: Devise for ...
2
votes
1answer
151 views

omniauth (linkedin) without Device - how to redirect to 'new' with validation messages?

I want users to be able to connect via other services (linked, facebook, google and twitter) without having to fill in another password. I have been following the amazing 235 & 236 episodes of ...
2
votes
0answers
278 views

omniauth and linkedin => 401: OAuthProblemException while parsing OAuth request

I'm using the omniauth and omniauth-linkedin gems for general OAuth functionality, but I'm not able to make them play nice with the linkedin gem, even when calling authorize_from_access as per this ...
0
votes
1answer
63 views

Multiple users with omniauth during development

I'm doing my firat Rails app with Omniauth and was wundering what the best approach to the followin problem is. The application only allows users to signup/signin with their LinkedIn account - I ...
0
votes
0answers
121 views

LinkedIn API returning extra/incorrect login prompt

I have a Rails application running the omniauth-linkedin gem and linkedin gem (essentialy an API wrapper). When a user logs in, they receive a primary login prompt that displays to them the correct ...
1
vote
0answers
239 views

New LinkedIn Permissions - Scope Not Being Communicated

LinkedIn recently changed their API to require that third parties be more explicit in what information they request. In order to access a user's past employment history and education with omniauth, ...
4
votes
1answer
1k views

New LinkedIn Permissions Problems (Rails omniauth-linkedin gem)

I'm using the omniauth-linkedin gem for my rails application: https://github.com/skorks/omniauth-linkedin It should be taking into account new LinkedIn permissions request procedures and scopes, but ...
1
vote
1answer
187 views

New LinkedIn permissions: accessing past positions and educations using rails LinkedIn gem

Linkedin recently updated their API, making it less restrictive in terms of what you can access in some cases but generally more explicit in terms of how you must access it. In particular, you must ...
1
vote
2answers
435 views

Devise/OmniAuth - LinkedIn: Email is blank in callback

I'm using Devise 2.1.2 with multiple OmniAuth providers. My devise.rb file contains this line: config.omniauth :linkedin, API_KEY, SECRET_KEY, :scope => 'r_emailaddress', :fields => ...
0
votes
1answer
117 views

Overriding Omniauth key/secret combinations from a controller in rails

I have an Omniauth setup in rails, with a regular omniauth.rb configuration file in config/initializers, for example: provider :twitter, :setup => lambda { |env| twitter_key = ...
2
votes
1answer
403 views

Could not authenticate you from Linkedin because “Invalid credentials”

I have set up DEVISE and OMNIAUTH login. It was working with Facebook. Now I am trying to set it up similarly for LinkedIn. Below is what I have done. However, I am getting following error message - ...
0
votes
0answers
64 views

LinkedIn with onmiauth profile information

Is there a way I can save a logged in users profile information within my Rails app? at the present I have the following block of code in my user.rb model - def self.from_omniauth(auth) ...
0
votes
0answers
194 views

Integrating Omniauth and LinkedIn Gem?

Stuck! I'm trying to integrate my omniauth_callbacks_controller.rb with the linkedin gem so that I can make API calls in addition to the basic linkedin authentication provided by omniauth. I am ...
0
votes
1answer
228 views

Combining pengwynn linkedin gem with devise/omniauth?

I'm trying to follow this link for help integrating the linkedin gem with an omniauthable devise Rails platform. http://renderedtext.com/blog/2011/08/17/how-to-use-linkedin-gem-with-omniauth/ Two ...
1
vote
1answer
756 views

how to solve this uninitialized constant UsersController::LinkedIn?

after successful verification from LinkedIn i forward to this controller and i get the uninitialized constant UsersController::LinkedIn this is where the control goes once the authentication is ...
1
vote
1answer
215 views

How to get user profiles in linkedin using ROR+omniauth?

I have successfully verified the linkedin credentials using omniauth and it also redirects to my application with verifier and token, using this how to get user profile information from linkedin and ...
0
votes
1answer
650 views

omniauth auth/failure message=invalid_credentials

I am using omiauth with ROR and i get the following error, omniauth auth/failure message=invalid_credentials, I am able to connect with linkedin, i am asked for user credentials after giving ...
1
vote
2answers
378 views

Omnoauth login using Linkedin not supply email in info hash

I am using omniauth with LinkedIn as a provider. LinkedIn doesn't supply an email in info hash, so i cannot provide an email when create the user based on the information I get back. Two ...
2
votes
2answers
717 views

omniauth with linkedin

I am trying to set up an authentication using using omniauth via linkedin. I am trying to follow the railscast #241 (Simple OmniAuth). Unfortunately I keep getting an error when I start my rails ...
1
vote
2answers
676 views

Linkedin REST API Auth and JSAPI call, Rails/Omniauth

I lost my temper few days ago because of this simple problem. Can you help me on this? I'm suppose, since it's written in the Linkedin JS API documentation here, to be able to logion with REST and ...
3
votes
2answers
303 views

Ruby on Rails, LinkedIn:Module error

Has any one come across this error? NoMethodError (undefined method `new' for LinkedIn:Module) I think it's related to omniauth and linkedin. Here's my Gemfile: gem 'omniauth' gem 'linkedin', :git ...
3
votes
2answers
961 views

Omniauth with Linkedin in Rails to Post Updates

I have an application using OmniAuth for authenticating with a variety of social networking services (including Linkedin) and want to post updates. I have the following information on a user from ...
0
votes
1answer
585 views

what does this mean for linkedin gem? undefined method `downcase' for nil:NilClass

I get the following error now (didn't really change code, but started happening): undefined method `downcase' for nil:NilClass I have this in my controller after authenticating with OmniAuth (and ...
0
votes
1answer
983 views

using omniauth's linkedin token in linkedin plugin

I am using Rails with omniauth plugin to authenticate my application via LinkedIn. Currently, I store the linkedin token which omniauth returns if the user successfully authorize the application: ...