linkedin-api Questions
4
I open facebook and twitter profile easily from my android application like this:
if (facebookId != null)
{
try
{
long longFacebookid = Long.parseLong(facebookId);
Intent intent = new Inten...
Eleni asked 23/5, 2011 at 19:17
2
Solved
I'm trying to add LinkedIn login to my React app that's using Amazon Cognito. I did everything as explained in the Amazon docs and it works but I'm not using Amazon Cognito hosted UI and I don't wa...
Salamone asked 26/2, 2020 at 0:15
3
Recently I was developing an application using Linkedin people-search API. Documentation says that a developer registration has 1 lac API calls per day, but when I have registered this API, and ran...
Dapple asked 9/9, 2012 at 4:47
2
Solved
I am using following endpoint to fetch posts
https://api.linkedin.com/v2/ugcPosts?q=authors&authors[0]=urn:li:organization:XXXX&count=100&start=0
"media": [{
"recipes": [
"urn:li:di...
Blear asked 14/10, 2019 at 9:49
2
Hashtags become more and more popular on LinkedIn:
https://www.linkedin.com/help/linkedin/answer/71587/adding-hashtags-in-your-articles?lang=en
https://www.linkedin.com/pulse/hashtags-linkedin-di...
Tracy asked 25/6, 2018 at 9:20
1
Solved
I'm trying to fetch/search jobs from the Linkedin API.
After creating an app, verifying it and getting an access-tokens (2-legged authorization)
I'm able to get my data by sending GET requests t...
Henryk asked 4/12, 2019 at 22:53
3
Solved
I got the Access Token (with scope: r_basicprofile rw_company_admin w_share) using the Client ID, Client Secret at following URLs:
https://www.linkedin.com/oauth/v2/authorization
https://www.lin...
Rotenone asked 26/10, 2017 at 17:31
0
How can I implement a mention without knowing the URN of a member/organization on a LinkedIn UGC post. Documentation states that you need to provide the URN of the member / organization you are men...
Addendum asked 6/11, 2019 at 18:40
2
Solved
Using v2 of LinkedIn REST API I'm searching for a way to post an article to my company's LinkedIn page.
I've signed up here https://business.linkedin.com/marketing-solutions/marketing-partners/be...
Necrotomy asked 22/2, 2019 at 16:35
1
I've pored over the LinkedIn developer documentation for api v2, and can't find any endpoints or documentation which provides me with a given company's list of jobs. Does anyone know if this is sti...
Gradus asked 22/1, 2019 at 0:35
5
Solved
I have used Facebook API but I am new to Linkedin api.
I need some help on how to get information (name, birthday, etc) about my ALL Connections, and I need help with both the token and the info-...
Resilience asked 7/1, 2014 at 11:6
1
I would like to get the company posts from LinkedIn in PHP. What request should I use to ask for the post?
I try to use PHP library "zoonman/linkedin-api-php-client". I have created LinkedIn appli...
Scent asked 13/9, 2019 at 16:8
2
I am the owner and admin of a LinkedIn company page: https://www.linkedin.com/company/{id}/.
I want to connect to LinkedIn and get return a JSON-feed with latest 10 posts on my company wall to dis...
Anglonorman asked 4/8, 2015 at 22:31
1
Solved
According to the official LinkedIn documentation, r_basicprofile should be accessible to ALL developers:
And yet, on my app default permissions, I can't see it:
Consequently, the calls to
...
Asphyxia asked 11/8, 2019 at 21:42
2
Everytime i try to share a wordpress post in my Linkedin it doesn´t pick up the imagem in the article. Don´t have any problem doing this on Facebook for example and i think everything in the Open G...
Gaol asked 7/2, 2014 at 16:48
6
Solved
How to open linkedin profile using intent :
My code :
context.getPackageManager().getPackageInfo(APP_PACKAGE_NAME, 0);
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("linkedin://profile/" + ...
Inmesh asked 10/12, 2015 at 14:2
2
Solved
I'm using SignIn with Linkedin on a website, via the JS API. It works fine on the few desktop browsers I've tested (Chrome and FF on Windows, Safari on MacOS), and on a slightly outdated Android Ch...
Eamon asked 24/3, 2015 at 10:58
2
In v1.0, We can able to get public profile url using below api.
https://api.linkedin.com/v1/people/~:(id,public-profile-url,first-name,last-name,email-address)?format=json
but in v2.0, when i try...
Putrescine asked 17/1, 2019 at 17:3
1
Solved
Hi I am trying to get the profile url for the user that is logging in from linkedin(the login part has been nailed), but according to the documentation I need to request for the vanity name from th...
Lock asked 18/3, 2019 at 22:44
1
I need a help on REST API for linkedin profile. I tried a lot but am unable to pull those details.
Can any one help me on the api of linkedin which helps to retrieve the profile name, profile imag...
Ancestress asked 3/4, 2019 at 2:21
3
Solved
I've been searching and searching, but I can't find out how to report a bug in the LinkedIn API.
LinkedIn's Developer site is completely devoid of any mention of bugs. Even Googling "How to report...
Epiboly asked 25/1, 2017 at 20:17
2
my website is currently running on HTTPS://. i am leveraging add this for social functionality.
Problem: i face following problems on linkedin sharing.
a) Most of time only half of the image come...
Emmeram asked 29/8, 2012 at 12:38
1
LinkedIn recently updated their API and now I unable to get public user profile url(by VanityName) during OAuth2 authentication phase. Looks like r_basicprofile is not available anymore.
Is there ...
Fogbow asked 22/5, 2019 at 11:33
2
I am using this code with my client ID and client secret:
https://github.com/DEKHTIARJonathan/python3-linkedin/blob/master/examples/oauth2_authentication.py
However, when getting the url back in ...
Flame asked 6/3, 2018 at 20:36
0
Not so far ago I've requested a "Marketing Developer Platform" product acces for my LinkedIn application. After few days from request I got "declined" status without any explanation over my e...
Wrangler asked 9/5, 2019 at 8:34
© 2022 - 2024 — McMap. All rights reserved.