Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
578 views

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 ...
Prashant's user avatar
  • 603
0 votes
0 answers
146 views

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-...
futureProgrammer25's user avatar
0 votes
1 answer
742 views

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/...
Homer's user avatar
  • 59
0 votes
0 answers
171 views

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", ...
Nishant Kumar's user avatar
1 vote
3 answers
4k views

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 ...
kchoi's user avatar
  • 1,213
0 votes
1 answer
232 views

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 ...
PallavSharma's user avatar
1 vote
1 answer
213 views

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 ...
sagarr7's user avatar
  • 13
0 votes
1 answer
836 views

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-...
Prakash's user avatar
  • 492
0 votes
1 answer
125 views

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." ...
mharris7190's user avatar
  • 1,394
1 vote
1 answer
234 views

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\":[{\"...
Joshva R's user avatar
  • 101
2 votes
1 answer
1k views

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 ...
Mel's user avatar
  • 2,765
2 votes
0 answers
115 views

i'm trying to get Linkedin Users Network Updates. my code is- //Network ---> System.out.println("Linkedin Users Network ---> Details..."); @SuppressWarnings("...
identify's user avatar
0 votes
1 answer
186 views

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....
Venomoustoad's user avatar
  • 1,213