linkedin-api Questions

1

Solved

I am trying to configure a LinkedIn application for a multi tenant site. I will have 20+ tenants using the same application and the number is going to increase every time. As per Linkedin API docu...
Garrard asked 16/4, 2015 at 7:25

1

Solved

I try to post new content using LinkedIn share API through JavaScript from AngularJS application as given below. var xml = "<share><comment>" + content + "</comment><visibilit...
Mathre asked 8/4, 2015 at 10:52

2

I am fighting second day with LinkedIN API , each time I am trying to get a token , I am getting 400 Bad Request. Here is my code , maybe someone can help with this ? public void RequestAuthenti...
Prevailing asked 10/6, 2013 at 15:35

0

Does someone know if it is possible to retrieve the URL to the background image of a LinkedIn profile through the REST Api?
Lindley asked 2/4, 2015 at 13:38

2

It appears that Facebook and LinkedIn have differing standards for the og:image. On Facebook they advise that the image should be at least 200 x 200 pixels (square) see here However LinkedIn advis...
Lamdin asked 25/6, 2013 at 12:41

2

Solved

I'm attempting to use LinkedIn's Membership Profile Plugin found here: http://developer.linkedin.com/plugins/member-profile-plugin-generator However, every time I paste the code generated into m...
Polloch asked 24/5, 2013 at 17:29

4

Solved

I am developing an Iphone app in which i want to integrate it with linkedIn. I want user info in my app and i want to do it with oAuth 2.0. I tried to integration with oAuth 1.0, but i am hav...
Penalize asked 6/4, 2013 at 5:22

2

Goal Fetch a company's updates save them locally in a background task Problem This should be done as a backend service without any real user interaction. We could provide a user account to use, ...
Harrell asked 22/1, 2015 at 12:30

1

Solved

I'm using R to connect with the LinkedIn API. I'd like to pass it the email of a user and retrieve that user's public profile. I've gone through the documentation here, but have found nothing usefu...
Bocock asked 17/1, 2015 at 16:49

4

Is there any way to implement LinkedIN API by using C#,VB.NET. We need to call profile , companies ,Jobs etc API of linked in using mentioned technologies.
Jezreel asked 8/6, 2011 at 12:21

1

I need to update the Open Graph Image for linkedin when being shared. I changed it on Facebook and Plus but not on Linkedin. Is there any workaround on this? I've tried adding a new link via...
Gutsy asked 18/11, 2014 at 2:37

2

Solved

I was wondering if there is a full profile on LinkedIn that I can test my app on. By full I mean a profile which has all the fields and can be accessed publicly (using the LinkedIn API).
Gretta asked 26/9, 2012 at 7:8

5

Solved

I am adding 'Invite a Friend' on my website, for that I have planned to included email grabber. I have tried http://openinviter.com/demo/ but you can see its not working for Linkedin, its mentioned...
Duwe asked 21/9, 2012 at 10:0

1

Solved

I am trying to integrate the LinkedIn API into my VS 2012 C# MVC4.5 application. I used the LinkedIn documentations to call API urls in my application. Currently I am working in the share API for ...
Lemonade asked 8/11, 2013 at 6:51

3

Solved

I am working with an ASP.NET MVC 5 web application. I need to provide the users to login with their LinkedIn accounts. MVC 5 provides the support for Login with Facebook, Google. But I don't have a...

1

Solved

I have registered application in linkedin and gave oauth2 redirect_url as http://localhost:3000/ Then, I have added accounts-linkedin service and added it's depenencies accounts-base,accounts-oau...
Dafna asked 11/6, 2014 at 5:22

1

Is it possible to get a list of all employees in a company? Not only in the current users network. Like this search returns: http://api.linkedin.com/v1/people-search?company-name=Apple This is p...
Carbajal asked 13/9, 2013 at 12:2

1

I am new to OAUTH and trying out understanding the spec. So as per the spec protocol flow, I understand that Client A, can get Authorization code and then Access Token for a protected resource. Now...
Mauldin asked 22/5, 2014 at 6:6

3

I am trying to fetch all the connections of my linkedin account in ios app. I am able to fetch id, name, picture-url etc. Only thing which is left is email. I am not able to fetch email (email-add...
Recusancy asked 13/7, 2013 at 12:38

3

Solved

I am applying connect with linkedin. I'm following the step by step guide. To authenticate users, I took help from this. When the user clicks the connect with linkedin button the user is taken to ...
Gaston asked 25/3, 2013 at 12:41

4

Solved

Even though there is no such android specific sdk from linkedIn(like facebook and twitter sdk for android).Setting up linkedIn authorization with Oauth 1.0 was still easy using: scribe-java Socia...
Hegarty asked 27/2, 2014 at 7:43

2

Solved

This is my first foray into client-side templating and I want to make sure I'm understanding it and using it correctly. After reading this LinkedIn engineering blog, I decided to go with dust.js ra...
Tricycle asked 25/1, 2014 at 21:4

2

Solved

In the Facebook's Graph API, once we have initially authenticated the user, we can interact directly with the API (from the server) to obtain a long-lived page access token. This long-lived page ac...
Shardashare asked 10/12, 2013 at 2:16

1

i was trying to get companies id from linkedin using jsapi,iam using below url "/company-search:(companies:(id,name))?keywords=ibm%20oracle%20infosys" i got ids of some other companies {"compan...
Dort asked 27/2, 2013 at 9:32

3

We've used LinkedIn OAuth/Simple membership on MVC4 project, and it is working pretty. But with inspecting new OWIN based ASP.NET MVC5 framework, we found there is no LinkedIn authentication featu...
Lone asked 19/7, 2013 at 6:56

© 2022 - 2024 — McMap. All rights reserved.