Using Linkedin API, how can I get the user's profile statistics or activity? - linkedin

I want to show's the user their activity & statistics of their profile.
But unfortunately, I couldn't find any API endpoint related to this data on LinkedIn API documentation.
Thank you.
I tried on this link: https://learn.microsoft.com/en-us/linkedin/

The Compliance APIs may provide what you're looking for, at least in terms of activity.

Related

LinkedIn API access to Compliance solution

Goodmorning,
I’ve been looking into the documentation for the linkedin API.
I'm interested in the compliance solution, in particular the following APIs:
Organization Lookup API
Company Search API
Organization Access Control API
Some APIs of the People integration
I didn't understand if the compliance solution is accessible or not and if I should apply for it.
I've posted this question on the microsoft docs Q&A section and they told me to post it here where the linkedin API team can help me.
Thank you,
Giovanni.
Apparently, it is not possible to request access to the Compliance API, see here: https://docs.microsoft.com/en-us/linkedin/shared/authentication/getting-access#compliance-closed
I realized that LinkedIn from the service voyager use
link is related to Voyager
https://linkedin.api-docs.io/v1.0/messaging/RMTx5GgWKsMivwQ7m
But sending messages is not mentioned in this document
ــــــــــــــــــــــــــــــــــــــــــــــــــ
You should go to this link and register a ticket and say that you want to use this access
https://linkedin.zendesk.com/hc/en-us/requests/new
Company/Organization Name
Brief Summary of what the organization does.
Precise use case for Compliance APIs
List of Compliance APIs that you intend to use for your Compliance-related activities.
Complete the information for the LinkedIn development team to review

Users can sign-up on our portal using linkedin but we are unable to access their linkedin ID. How do track the linkedin ID with email address?

We are a platform that facilitates companies to hire analytics talent on demand. We only allow users to login to our platform with their Linkedin IDs so that we can validate their profile details and score them. Currently, the Linkedin API doesnot give us even the Linkedin-id of the user to help us manually check the profile. How can we correct this?
Ask for the r_liteprofile and r_emailaddress scopes as part of the OAuth flow. Then make GET calls to https://api.linkedin.com/v2/me and https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
to gather this information. See the documentation for more details.
However, please read LinkedIn's API Terms of Use to ensure your application is an acceptable use case. Also, the profile data you can receive is quite limits, so it may not give you the fields you want.

Marketing Solutions API permissions not getting approved #linkedin

I'm attempting to build a LinkedIn based application using the Marketing Solutions API which will help users use LinkedIn more efficiently.
For that we require these extra permissions:
r_fullprofile
r_member_social
w_compliance
r_compliance
r_primarycontact
r_1st_connections
I'd like to know if there's anything that we need to do in order to be able to get those permissions granted.
My team and I have spent a lot of time and resources in the last few months researching and building the use case to provide value to LinkedIn professionals. It's really unfortunate that we're not able to proceed further. We're in a very difficult position.
submit your question to linkedin support
https://linkedin.zendesk.com/hc/en-us
According to https://learn.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api-v1-migration r_fullprofile was not accessible to Marketing Developer Program developers.

Get linkedin public status updates

I am trying to get latest 3 public activities of our company from linkedin (ex: http://www.linkedin.com/company/4043/activity) and present it on our website but unfortunately I dont see a clear explanation to do so in the API documentations. I registered an API Key but I am confused if I need to do OAuth if so against what and then what API to call to get publicly available info?
Is OAuth really needed for something that is available?
Can I store an OAuth token for an internal user and keep fetching data on that? I would really do not want to authenticated the site visitors with oauth to get free linkedin content.
This question is on the lines of this one, but I still wanted to ask and see if I could get a better response/answer.
To get the company updates from the LinkedIn API, you will need to reference the following document:
https://developer.linkedin.com/reading-company-updates
The API is currently in preview mode, but the above document addresses your question re: OAuth as well as shows the specific calls as well as sample output. If you have any questions after reviewing the docs, please feel free to visit our developer forums at:
https://developer.linkedin.com/forums/rest
And one of someone from our team would be more than happy to help you further.
Enjoy!
-Jeremy

linkedin-j getting network updates

Hie
I am using linkedin-j apis and trying to search the available public feeds for a set of keywords say oracle and google. That is, i should get all the feeds which mentions either oracle or google in it.
It is possible in facebook and twitter. Is it doable in linkedin-j as well? I could not find apis other then search people, job and companies.
If yes please guide which api to use? site does not seems to have relevant docs.
I found from documentation that linkedIn does not allow all that. It only can pull information specific to the authenticated user.

Resources