linkedin-api Questions

3

Solved

So, I have multiple bundles identifiers on my LinkedIn App Account. For each one of them, I've also created an URL Suffix Schemes. The way I'm setting my URL types is like li{appID}{suffix}, where...
Bedlam asked 19/9, 2015 at 17:56

2

I can't share anything via linkedin using UIActivityViewController. While I tap share via linkedin, it opens the sharing pop up and dismisses immediately after opened it. All other sharing are work...
Heartstricken asked 27/10, 2015 at 9:5

0

I'm using UIActivityViewController to share text and link to Linkedin. I got the errors: plugin com.linkedin.LinkedIn.ShareExtension interrupted plugin com.linkedin.LinkedIn.ShareExtension invali...
Coppinger asked 27/10, 2015 at 2:21

6

Solved

I recently botched a job interview by poorly answering a straightforward question: how do sites like LinkedIn efficiently show the relationship distance (1st/2nd/3rd) from you to every person displ...
Godred asked 12/10, 2009 at 19:34

3

Solved

I'm gonna make an native iOS app with Swift 2 and Xcode 7. The users should login using LinkedIn and OAuth 2 but I'm wondering how I should begin to set this up. I don't have many experience with O...
Heliogravure asked 21/9, 2015 at 13:49

2

Solved

In response to an oauth request, LinkedIn redirects user back to my server with the following parameters: GET /auth/linkedin/callback?error=server_error&error_description=f228ff35d9f7f99ee891f...
Headwaters asked 17/9, 2015 at 20:1

3

Solved

I try to authenticate with LinkedIn API with OAuth2. Code: if ((isset($_GET["code"])) AND (isset($_GET["state"]))) { $code = $_GET["code"]; $state = $_GET["state"]; $curl_request = curl_init()...
Womb asked 18/2, 2015 at 14:9

0

I am trying to integrate linked-ios-sdk for user authentication in my app by following steps provided in this link: Authenticating with the Mobile SDK. In the provided sample app they are using thi...
Affecting asked 10/9, 2015 at 8:44

5

Solved

I can't login on my app with Linkedin, i see modal linked dialog with "uh oh!" What to do? Why don't work linkedin Oauth? function onLinkedInLoad() { IN.Event.on(IN, "auth", function() {onLi...
Burghley asked 13/5, 2015 at 12:16

2

I want to implement "sign up using LinkedIn" functionality ,I followed this document and stuck at point b with this error instead of getting access token. https://developer.linkedin.com/documents/...
Gomar asked 10/7, 2013 at 13:6

1

I am developing a site in which I have used LinkedIn JavaScript API for creating account and add LinkedIn Connections as Friends. I have got all the connections from the LinkedIn on my page, but ho...
Sleigh asked 18/7, 2014 at 8:29

2

While it would seem to be a bug, it's always been true that LinkedIn's r_basicprofile API permission only returns the user's current positions, while r_fullprofile returns current and past position...
Dodiedodo asked 12/2, 2015 at 23:51

1

How to get LinkedIn recommendations in PHP? How to retrieve educations, recommendationsReceived, skills, twitterAccounts and user profile data from linkedIn API? How to Output this type get: (thi...
Aldon asked 3/7, 2015 at 6:28

3

I need your help to know regarding integrating linkedin with my iPhone Application. I do Googling and am able to create an API for LinkedIn. Using link. But since I am newbie, I stop here. I have...
Desirable asked 18/1, 2010 at 9:42

1

Solved

I have applied an API in my application to access linkedin recommendations that requires 'r_fullprofile' access. Before linkdin api upgradation it works fine but now linkedIn apps not giving to s...
Gilbertegilbertian asked 17/6, 2015 at 14:57

2

Solved

Is the only way to access r_fullprofile by applying for LinkedIn partnership after the new API policy? My application is currently using it for fetching the users "Skills" which requires r_fullpro...
Judoka asked 26/3, 2015 at 12:59

2

Everything worked well until today when I received an email from LinkedIn indicating some significant API changes. And subsequently I was seeing Exceptions while authenticating users via. LinkedIn....
Ingaingaberg asked 13/5, 2015 at 9:58

1

Solved

Is the email address returned from your public API guaranteed to be verified? email-address accessible via the r_emailaddress member permission here: https://developer.linkedin.com/docs/fields/basi...
Merits asked 30/4, 2015 at 13:9

3

Solved

We are interested to integrate LinkedIn into our CRM database to see where the people are up to now (changed job) based on person name and the current company name. Is this possible? As far a...
Cancellation asked 8/5, 2015 at 3:38

3

I inherited a program that was written with the old LinkedIn API, and I'm trying to migrate it to the new API. When I try to get the r_basicprofile permission, my oauth token works. However, when I...
Cybill asked 14/5, 2015 at 15:29

2

Solved

I am trying to scrape some web pages from LinkedIn using BeautifulSoup and I keep getting error "HTTP Error 999: Request denied". Is there a way around to avoid this error. If you look at my code, ...
Frankel asked 17/5, 2015 at 15:34

1

Solved

I'm trying to use LinkedIn's API to access Universities LinkedIn pages to periodically collect how many followers they have. This seems doable, but I cant seem to generate an access token without h...
Muimuir asked 18/11, 2014 at 11:21

1

Solved

I want to create a website for my company. I want to use my team mates profile pictures in About us page on my website, what will be the best way to get their profile pictures? Any suggestion...
Headon asked 27/4, 2015 at 2:26

4

Solved

I'm using the LinkedIn REST API to post updates to a users timeline. Since a few days I get an Internal server error response from LinkedIn but the code worked before. PHP: $postTitle = "hello"; ...
Winna asked 16/4, 2015 at 18:0

1

Solved

I am looking forward to developed the Spring MVC + Apache Oltu + Linkedin integration example. In this example, you need to send Client ID and Client Secret to access the private resource from the ...
Carafe asked 20/4, 2015 at 18:30

© 2022 - 2024 — McMap. All rights reserved.