13 questions
1
vote
1
answer
578
views
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 ...
0
votes
0
answers
146
views
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 /Users/omar.amiri/Desktop/rails-...
0
votes
1
answer
742
views
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
<script type="text/...
0
votes
0
answers
171
views
linkedin API person-activities returns 201 but not able to find the updates in web UI
Request:
POST http://api.linkedin.com/v1/people/~/person-activities HTTP/1.1
Accept-Encoding: gzip, deflate
Authorization: OAuth oauth_token="780e395e-995a-41e9-83d6-6bac16046edc", ...
1
vote
3
answers
4k
views
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 ...
0
votes
1
answer
232
views
rails linkedin gem not able to fetch connections's email ids
Im following all these instructions to fetch my connections of linkedin in my rails app
here gist
www.gist.github.com/sreeharikmarar/6364970
It gives the connections very well, but this does not ...
1
vote
1
answer
213
views
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 ...
0
votes
1
answer
836
views
How to fetch the messaging of linkedin user
I wanted to fetch the messages that was sent to the other connected linkedin users.
I found a code sample to send the message in this site
https://developer.linkedin.com/documents/sample-code-sending-...
0
votes
1
answer
125
views
How to use facets and values with linkedin gem
I am using the linkedin gem and trying to pull second degree connections only. This is said to be done by using the people search api and the network,S facet. S is for "Second degree connections."
...
1
vote
1
answer
234
views
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
**
"{\"people\":{\"total\":2,\"all\":[{\"...
2
votes
1
answer
1k
views
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 ...
2
votes
0
answers
115
views
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("...
0
votes
1
answer
186
views
Linkedin gem - Why does the API fetch different data sets on localhost and myDomain?
I wrote a code on my local machine to fetch linkedin full-profile data, the code is below. I have used the linkedin gem for the following code.
@@config = {
:site => 'https://api.linkedin....