linkedin

Linkedin API v2: Receive vanityname on signup linkedin

柔情痞子 提交于 2021-02-19 08:39:48
问题 I'm doing the sign up integration with LinkedIn for a personal application and i have a big trouble. We need the vanityName in order to make people visible via linkedin. How we can redirect them to profiles without using vanityName? I tried with ID unsuccessfully. I use this endpoint with r_liteprofile scope: https://api.linkedin.com/v2/me?projection=(id,firstName,lastName,vanityName,profilePicture(displayImage~:playableStreams)) and it returns me: { "firstName": { "localized": { "es_ES":

Creating meta tags for Linkedin - Publish Date “not found”

半城伤御伤魂 提交于 2021-02-18 20:46:52
问题 I was using the following tags in relation to the posted date of a website (blog) article: <meta name="article-published_time" property="article:published_time" content="2019-10-21T00:00:00-0600"> <meta name="article-modified_time" property="article:modified_time" content="2019-10-22T13:47:16-0600"> The linked in post inspector near the bottom the section labeled Metadata that we gathered about this page: was providing the following feedback: So then I added this tag: <meta name="publish_date

LinkedIn Api v2 - Get company posts

♀尐吖头ヾ 提交于 2021-02-11 14:41:53
问题 I'de like to get the last posts from my LinkedIn company page for add on my website. I'm already created the app and generated the Access Token. I didn't understand which endpoint I need to use, I tried this: https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:MY_COMPANY_ID but I received the follow error: "serviceErrorCode": 100, "message": "Not enough permissions to access: GET-owners /shares", "status": 403 Can somebody help me? Thanks 回答1: Did You request Marketing

API calls #LinkedIn for r_basicprofile

戏子无情 提交于 2021-02-11 13:37:01
问题 I have read carefully the LinkedIn developer documents regarding API calls, following the documents, I was able to request the access code, exchange it with server and manage to get access token. After that I managed to get some of the member's profile, using the access token in json format with the below code. $api_url = 'https://api.linkedin.com/v1/people/~:(id,first-name,last-name,email-address)?format=json'; $context = stream_context_create(array( 'http' => array( 'header' =>

How to use (new) LinkedIn API from and with R?

蓝咒 提交于 2021-02-10 15:53:26
问题 It seems that Rlinkedin is deprecated, that LinkedIn API has changed, and that LinkedIn does not provide a lot of informations for R users in documentation for developers. I don't understand why. For the moment, there are references only for Bash, NodeJS and Java... Could anyone provide a very basic, recent and working example in R to begin with LinkedIn API? For instance, how to get profiles? This kind of example doesn't work: url <- 'https://www.linkedin.com/in/reidhoffman/' library(httr)

How to use (new) LinkedIn API from and with R?

 ̄綄美尐妖づ 提交于 2021-02-10 15:53:17
问题 It seems that Rlinkedin is deprecated, that LinkedIn API has changed, and that LinkedIn does not provide a lot of informations for R users in documentation for developers. I don't understand why. For the moment, there are references only for Bash, NodeJS and Java... Could anyone provide a very basic, recent and working example in R to begin with LinkedIn API? For instance, how to get profiles? This kind of example doesn't work: url <- 'https://www.linkedin.com/in/reidhoffman/' library(httr)

LinkedIn Share button doesn't work in Microsoft Edge

会有一股神秘感。 提交于 2021-02-10 13:57:53
问题 My website has a LinkedIn Share button at the top. This seems to be working fine in Chrome, Firefox, & IE. With Edge, however, we get this ugly error message: I used the Share Plugin Generator on LinkedIn's developer portal which generated this script: <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script> <script type="IN/Share" data-url="https://www.aoccorp.com"></script> Why is this not working in Edge while it works in the other browsers? Thanks, Steve

Linked in share and hashbang url

回眸只為那壹抹淺笑 提交于 2021-02-08 08:52:26
问题 I have a question about linkedin and sharing url with hashbang (angular app). It seems like if the hashbang is right after first slash (www.example.com/#!/someString) the LinkedIn bot will issue request for www.example.com/ . But if the shared url is like www.example.com/someString/#!/otherString linkedin bot issue request for www.example.com/someString/?_escaped_fragment=/otherString . Do you have some working solution for sharing hashbang urls? I found one stackoverflow question from 2013,

Authenticate user with passport through LinkedIn login

你离开我真会死。 提交于 2021-02-08 03:54:24
问题 I have built a login system in Passport and works quite well. Now, I want to integrate LinkedIn login in my system. I already have clientID , clientSecret etc. needed to login. This is the code that is called when the LinkedIn login button is pressed. passport.use('linkedin', new OAuth2Strategy({ authorizationURL: 'https://www.linkedin.com/uas/oauth2/authorization', tokenURL: 'https://www.linkedin.com/uas/oauth2/accessToken', clientID: clientid, clientSecret: clientsecret, callbackURL: '

LinkedIn API: Server error while listing UGC posts

笑着哭i 提交于 2021-02-07 20:42:55
问题 I'm getting a server error when trying to list all UGC posts for an organization. I have followed the API documentation there: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#find-ugc-posts-by-authors I'm doing a GET request on this URL: https://api.linkedin.com/v2/ugcPosts?q=authors&authors=List(urn%3Ali%3Aorganization%3A6645672) I added the Authorization header with the correct value. The UGC posts should be returned, but instead I'm