The LinkedIn gem provides an easy-to-use wrapper for LinkedIn's REST APIs.
Questions tagged [linkedin-gem]
13 questions
2
votes
1 answer
LinkedIn Omniauth OAuth 2 in Rails - Authentication failure for bad redirect
I am trying to figure out how to configure LinkedIn's authentication with my Rails 4 app, which uses devise and omniauth. I have: gem 'omniauth-linkedin-oauth2' in my gem file.
I have registered my application with LinkedIn and have inserted the…

Mel
- 2,481
- 26
- 113
- 273
2
votes
0 answers
Linkedin-j - update.getUpdateContent().getPerson().getCurrentStatus() returns always NULL while using Linkedin-j
i'm trying to get Linkedin Users Network Updates.
my code is-
//Network --->
System.out.println("Linkedin Users Network ---> Details...");
@SuppressWarnings("deprecation")
Set nUpdate =…

identify
- 75
- 1
- 8
1
vote
1 answer
when sharing a redirect url (response code 302) on linkedin, shared content has the redirected url (response code- 200)
From my app I want to share contents on linkedin with a redirect url this is because when request comes from linkedinbot I want it to redirect to a different page from where it can gets all the meta tags, but if it comes from browser I want to show…

Prashant
- 593
- 4
- 6
1
vote
3 answers
rspec testing: putting :js => true also affects the before block
I have a page that is for booking an appointment and it has some javascript code that selects the earliest time and day when the appointment is available, after which user can click on the button to schedule the appointment.
So in order to test…

kchoi
- 1,205
- 5
- 18
- 32
1
vote
1 answer
Tag, Send messages and post messages in LinkedIn - programatically
Is it possible to send messages or tag (people) to strangers / non connections in LinkedIn programatically? I would also like to know if it is possible to post in groups with out being a member in the group in LinkedIn.?

sagarr7
- 13
- 2
1
vote
1 answer
Invalid authorization name/value {x-li-auth-token}/{NAME_SEARCH:tdLy}
Im working on LinkedIn invitation API but I can't send the invitation to user, using people id from search result
Seached people result…

Joshva R
- 101
- 1
- 8
0
votes
0 answers
Rails LinkedIn Sign In Error
I've been trying to figure out how to solve this for hours and can't. I keep getting this error:
Unable to autoload constant OmniauthCallbacksController, expected…

futureProgrammer25
- 71
- 4
0
votes
1 answer
How make a secure login via LinkedIn sign in button
I wanted to implement a LinkedIn sign in button and came across with below URL with a simple guide how to implement it.
https://developer.linkedin.com/documents/sign-linkedin