linkedin

LinkedIn REST API - User Profile

。_饼干妹妹 提交于 2019-12-12 15:09:35
问题 How to get user profile by LinkedIn member ID -not app scoped user ID- on LinkedIn REST API? I'm able to fetch user profile following use cases; https://api.linkedin.com/v1/people/url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Ftugrultopuz?format=json https://api.linkedin.com/v1/people/id=dfECeltzw2?format=json But I can't following use case; https://api.linkedin.com/v1/people/id=40554663?format=json 来源: https://stackoverflow.com/questions/36088088/linkedin-rest-api-user-profile

Get Post Analytics with Linkedin API v2

十年热恋 提交于 2019-12-12 14:52:44
问题 Recently, I am working on Linkedin API v2 and I have some problems with Get posts of a certain company Get analytics of a certain post I was able to get company statistics by using https://api.linkedin.com/v2/organizationPageStatistics?q=organization&organization={organization URN} But I can't find any API to get the above info. Please help me to resolve above problem. Thanks in advance for any advices. 回答1: Actually linkedin doesn't provide such API like facebook or twitter. They still lack

“Login Failure” using LinkedIn OAuth in asp.net mvc 4

橙三吉。 提交于 2019-12-12 11:21:59
问题 I am taking a look at the default OAuth implementation that comes with asp.net mvc 4. It definitely is impressive, as all i had to do was add this line in AuthConfig.cs: OAuthWebSecurity.RegisterLinkedInClient("_key_", "_secret_"); enabling above, did offer up the LinkedIn link to login. I was prompted for password once, but after entering it i got: "Login Failure. Unsuccessful login with service." , and have been getting this ever since w/out ever being prompted for password again. It is not

How to Get Access Token Using LinkedIn API JavaScript SDK

泪湿孤枕 提交于 2019-12-12 09:42:41
问题 I am trying to get LinkedIn Access Token after login. Login is working fine with JavaScript SDK and I'm able to receive "oauth_token" and member_id . I need access_token to verify the email address (if it is not forged on the way). Below is my script: <script> function LoginWithLinkedIn() { IN.User.authorize(afterAuthorization); } function afterAuthorization(response){ debugger if(IN.User.isAuthorized()==true){ getProfileData(); } } function onSuccess(data) { console.log(data); } function

Firebase Auth (with Custom Token, for Linkedin) returns a user with no email and no data (only uid)

戏子无情 提交于 2019-12-12 09:25:31
问题 I'm trying to login with Linkedin and Firebase. I generate on my server the custom token, I have my private key, I use RS256 and this is my payload: "iss" : service_account_email "sub" : service_account_email "aud", "https://identitytoolkit.googleapis.com/google.identity.identitytoolkit.v1.IdentityToolkit" "iat", Date().timeIntervalSince1970 "exp", Date().timeIntervalSince1970.advanced(by: 3600) "uid", String.randomString(length:28) I create the token, send it back to the app and from this I

How to share on LinkedIn using REST-API v2?

荒凉一梦 提交于 2019-12-12 09:13:10
问题 I am having difficulty getting a share on linkedin. I am trying to post a LinkedIn share via linkedin api v2 and everytime I make the post request I get a request timed out (status 504) answer from the server. Here is my code : $url = https://api.linkedin.com/v2/ugcPosts?oauth2_access_token=".$row[0]['accesstoken']; $fields = '{ "author": "urn:li:person:XXX", "lifecycleState": "PUBLISHED", "specificContent": { "com.linkedin.ugc.ShareContent": { "shareCommentary": { "text": "Hello World! This

Search people with Linkedin API

余生颓废 提交于 2019-12-12 08:35:54
问题 I noticed that using LinkedIn REST API in my application, i have a strange behaviour (I'm using Bill Gates as example, but it works like this for every name) 1st REST url request: http://api.linkedin.com/v1/people-search:(people:(id))?first-name=bill&last-name=gates returns 110 results 2nd REST url request: http://api.linkedin.com/v1/people-search:(people:(id))?keywords=bill%20gates returns 0 result But, according to API documentation (https://developer.linkedin.com/documents/people-search

jQuery target LinkedIn share button

杀马特。学长 韩版系。学妹 提交于 2019-12-12 06:05:22
问题 I have a LinkedIn share button which I need to target with jQuery to save what content was shared etc. I've done the same with Twitter, which has an api for capturing events, but I'm having a problem with LinkedIn. Since it's not an iframe, I figured I can catch events. This is the initial code: <li id="linkedin-share"> <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US </script> <script type="IN/Share"></script> </li> So, sharing works fine, but I can't capture

Using JOAuth library to post jobs in LinkedIn

瘦欲@ 提交于 2019-12-12 05:54:31
问题 This is in continuation of a question posted by me on LinkedIn Job Posting API implementation in Java. I'm new to this OAuth based authentication of posting Jobs and am also learning as well during this process. Please bear with me if my questions are very basic/naive. Am trying to use JOAuth library for OAuth authentication and post jobs to LinkedIn. I'm using OAuth2 calls. I've the following questions with JOAuth library: In the example shown at the JOAuth link, how do I get Request Token

LinkedIn Share API stopped working for my domain about a week ago

烈酒焚心 提交于 2019-12-12 05:44:57
问题 I started to receive problems with sharing from LinkedIN last week. Prior to last week shares were working fine. When I try to share an article, their share program appears to go into a loop. The linkedIN share page comes up but it just spins and spins and spins. This is the url – encoded url and encoded title. https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmydomain.com%2Fcs%2F24912%2F39%2Fnull%2F93538%2F&title=Is+There+Still+a+Place+for+Print+Marketing%3F When I look in the