87 questions
1
vote
0
answers
29
views
How does share-offsite URL handle image preview size modification?
For a project, I'm trying to share an image URL using share-offsite functionality and want the image preview to show like an inline image. Specifically, I want the image to appear as a large image ...
0
votes
0
answers
15
views
Growth and Engagement Data of Groups Using linkedin API
I am not able to find the relevant API endpoint to get the data point as per our requirements.
I need Growth and Engagement Data of Groups Using of linkedin API.
Could you please help me into finding ...
0
votes
0
answers
51
views
how to get r_liteprofile permission for Linkedin API
I want to get LinkedIn user profile photos for research purposes. It seems I need r_liteprofile permission. But I cannot find where to get it. Does anyone know? Should I write to someone or is there ...
0
votes
0
answers
160
views
How do I get Education and Work experience data from LinkedIn API
I can see the education schema here for linkedin: https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/education?context=linkedin%2Fconsumer%2Fcontext So I updated https://api....
1
vote
1
answer
39
views
followerCountsByRegion and followerCountsByCountry metrics from the Linkedin API
I would like to know information about the metrics followerCountsByRegion and followerCountsByCountry from LinkedIn API. I couldn't find any information about them in the documentation. Have they been ...
0
votes
1
answer
999
views
How can I add a clickable link to my LinkedIn carousel PDF post?
I've created a multi page PDF in Adobe Indesign and exported it as an Interactive PDF. It contains a clickable link. When I post it to Linkedin as a Carousel post, the link is no longer clickable. Is ...
1
vote
0
answers
141
views
I want to remove linkedin connections in Bulk
Long time back i have added 20k people in linkedin. now i want to clean up my list and i only want to add then who i know. i have deleted 10k people manually but its getting annoying i need a ...
0
votes
1
answer
244
views
Linkedin Business verification issue to get LeadSync APis
I am trying to build an application which is connected with linkedin APis. In order to implement required functionaliy we need access to linkedin leadSync apis. We have requested saveral times to ...
0
votes
1
answer
2k
views
LinkedIn API Find posts by authors always return 404
i'm trying to get all organization post with administrator accesstoken and organization URN.
i call the api: https://api.linkedin.com/rest/post [version:202306]
author params like this
header like ...
1
vote
1
answer
479
views
LinkedIn API rest/shares ACCESS_DENIED. Not enough permissions to access: sharesV2.FINDER-owners
I'm getting the below error message when using the Linkedin-Version 202212. Also, it doesn't work with 202301. However, using 202211 is fine without any issue.
API EndPoint: https://api.linkedin.com/...
1
vote
0
answers
185
views
Linkedin Page Insights & Post Insights data
Is there something like Linkedin Page Comments, Page Shares, Page Impressions, Page Reactions, Page Clicks?
Also, the Update Analytics in Linkedin provide data regarding posts only?
When exporting ...
-1
votes
1
answer
75
views
LinkedIn Sharing via our own app, not possible to scroll
So we created the app called “taggrx” that enables companies to share posts they posted on linkedin, with their employees and then the employees can share these posts through this app.
No we ...
7
votes
2
answers
2k
views
IN.User.Authorize callback never fired
Since today, our application that uses the linkedin javascript SDK to authenticate users stopped working.
We realized that the call to https://platform.linkedin.com/in.js now redirects to https://...
0
votes
1
answer
2k
views
Getting 403 Forbidden in Linkedin API V2 while querying for AdSupplyForecast
I am using the LinkedIn API V2 and I am trying to query the AdSupplyForecast endpoint from my company profile. I am using the following tutorial to build the request using Targeting Criteria V2:
...
0
votes
1
answer
882
views
LinkedIn find person id from person name
I have a list of LinkedIn profile URLs and by proxy a list of person names/vanity names. I am trying to invoke the REST API and need each of their person IDs. How can I get the person ID from the name/...
0
votes
1
answer
161
views
Linkedin API not working on any Google App Engine sites
When I try to use Linkedin to login to my site on Google App Engine I get a 999 error. I think it must be blocked there because on my local machine the login does work fine.
Some other sites on app ...
1
vote
2
answers
2k
views
validate the access token obtained from the linkedin Rest API
I have a mobile application talking to a backend. I am providing login to the app through LinkedIn. I checked the linkedIn api for oauth authentication and have followed the steps as given in this ...
1
vote
0
answers
144
views
Android LinkedIn Native Application
I want to integrate LinkedIn in my Android application, all the samples I had seen is done through Android Webview. Is there way to provide username and password from my application and login to ...
2
votes
0
answers
108
views
Getting HTTP 400 while sharing on LinkedIn
I want to share to LinkedIn on behalf of those users who are already authenticated by my application. But getting HTTP 400 status code.
Here is my code
Document doc = DocumentHelper....
0
votes
0
answers
453
views
Error while fetching connection to linkedin
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
final LinkedInOAuthService oauthService ...
0
votes
1
answer
90
views
OAuth call for a request token yields a 400 error
I want to obtain an Access Token is for my application using the Authorization Code it just acquired. I am using this code
DefaultHttpClient client = new DefaultHttpClient();
URI uri = new URIBuilder(...
0
votes
1
answer
269
views
Linkedin API Company Updates not returning 50 recents updates
I am trying to fetch companies updates with this API
https://developer.linkedin.com/docs/company-pages#company_updates
I use Node.js with linkedin-js package module wrapper.
I found that I only got 5 ...
0
votes
1
answer
75
views
Validating token and secret retrieved through mobile in the server side
So I have an application that currently logs the user using linkedin. We are using several oauth services to register and login the user into our application, however we do need to validate the ...
1
vote
1
answer
2k
views
Get Linkedin OAuth2 access token from token and token secret in Android
I am using linkedin-j. I am using Oauth flow as following to fetch token and token secret. How can I get this oauth2_access_token from token and token secret to call these APIs mannually?
0
votes
1
answer
304
views
How to search people in Linkedin by company name
I've this simple code
private static Map<SearchParameter, String> searchParameters = new HashMap<SearchParameter, String>();
//get data with LinkedIn API
public static void main(String ...
0
votes
1
answer
59
views
LinkedIn - new invitations list
I want to retrieve the list of new invitations using the LinkedIn REST api. I could not find right documentation on this in their site or the "apigee". What REST url (with parameters) will list the ...
0
votes
1
answer
278
views
How to retrieve linkedin api in android other informations such like work experience
I saw that you have to use make new url "https://api.linkedin.com/v1/people/~:(positions:(company:(name)))" but how to implement it, I always get unauthorized in return
1
vote
3
answers
12k
views
What are the steps to use linkedin people search api?
I am trying to access linkedin people search api via
http://api.linkedin.com/v1/people-search?first-name=Clair
But it returns me
<error>
<status>401</status>
<timestamp>...
0
votes
0
answers
171
views
linkedin API person-activities returns 201 but not able to find the updates in web UI
Request:
POST http://api.linkedin.com/v1/people/~/person-activities HTTP/1.1
Accept-Encoding: gzip, deflate
Authorization: OAuth oauth_token="780e395e-995a-41e9-83d6-6bac16046edc", ...
0
votes
2
answers
761
views
How to post STATUS UPDATES on LinkedIn via its api?
Right now, I am using a library java library:
<dependency>
<groupId>com.googlecode.linkedin-j</groupId>
<artifactId>linkedin-j-core</artifactId>
<version>1.0.429&...
0
votes
3
answers
82
views
Listview not responding after clicking
I have done the JSON parsing from URl in doInBackground and display the result as in Listview. The thing is if i will click on the list item then it will display the details about the list item.
I ...
0
votes
1
answer
423
views
How to get people search result for out of network connections in linkedin
I am using linkedin JSAPI to find people working in particular company , but my search result is limited to second degree connection is it possible to extend search result to display 3rd and out of ...
2
votes
0
answers
115
views
Linkedin-j - update.getUpdateContent().getPerson().getCurrentStatus() returns always NULL while using Linkedin-j
i'm trying to get Linkedin Users Network Updates.
my code is-
//Network --->
System.out.println("Linkedin Users Network ---> Details...");
@SuppressWarnings("...
0
votes
1
answer
1k
views
linkedin-j exception Access to people search denied
Could you help me, plese?
I have some trouble. I want to search people in LinkedIn. But i get exception:
com.google.code.linkedinapi.client.LinkedInApiClientException: Access to people search denied. ...
0
votes
1
answer
1k
views
linkedin-j 401 for URL: https://api.linkedin.com/uas/oauth/requestToken
I try to log in with linkedIn API. But i get exception:
401 for URL: https://api.linkedin.com/uas/oauth/requestToken
I used this example : http://karanbalkar.com/2013/09/tutorial-57-connect-to-...
0
votes
1
answer
728
views
Getting Connections of a person by id in LinkedIn
I need to get the connections of a user whose id is yZTcaxINNv. I use linkedin-j and the code looks something like this
import com.google.code.linkedinapi.client.LinkedInApiClient;
import com.google....
0
votes
1
answer
545
views
Processing pagination in LinkedIn API
I'm trying to retrieve all of my network updates using the linkedin-j API. I can fetch the first 10 updates, but do not know how to retrieve any more.
The following code retrieves the first 10 ...
1
vote
0
answers
1k
views
Post Share in LinkedIn using Java API
There is a requirement to post link (Image + Hyperlink + Text) in linkedin Group using Java. I tried following to achieve this.
Using LinkedinJ API:
-> There is only one method for sharing a post in ...
0
votes
1
answer
119
views
Android Linkedin-J not posting network updates
I'm trying to post a network update using Linkedin-J.
Here is my code:
final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(linkedin_app_id, linkedin_app_secret);
final ...
0
votes
1
answer
189
views
Linked-j.jar, getConnections() method return null alway
I am using linkedin-j.jar to get the get the LinkedIn Profile using getProfileById method but I am not able to fetch the Connections which comes from getConnection() method, it is always return null.
...
0
votes
1
answer
179
views
How to use linked-in j library to get current user details
I am using linked-in j library.
I am able to connect with linked-in but when i go for details for the profile of current user then i get whole Person object but this object only contain the values of ...
0
votes
0
answers
87
views
Linkedin:recepient api request cannot be null
I am trying to send an invitation, so first I look for the person using this:
Person profile = client.getProfileById(getThirdSocial("linkedin"));
then I get the person and I call the method:
client....
2
votes
2
answers
514
views
Error while LinkedIn integration in java
I am trying to integrate LinkedIn into my java web application but I am getting following exception when I tried to fetch the Person object from linkedin.
The process of autherization/login/getting ...
2
votes
1
answer
745
views
How to save LinkedIn Access Token in android?
I am using linkedin-j library for authenication
I want to persist the LinkedIn Access token object.
LinkedInOAuthService oAuthService = LinkedInOAuthServiceFactory
.getInstance()
....
0
votes
2
answers
687
views
Linkedin auth token generated from android device is not working on web server
I am trying to get LinkedIn User Access token using linkedin-j-android library. I am able to get a Valid auth token (60 days validity) and secret.
I am able to fetch all the user details using that ...
0
votes
1
answer
432
views
linkedin-j not returning public profile url
I'm integrating the linkedin-j library with my Android app. I have successfully setup OAuth, and I'm able to retrieve the user's profile:
LinkedInApiClient linkedinApiClient = getLinkedinApiClient(...
0
votes
1
answer
138
views
Unable to get request token from linked-j on Android
I'm using the linkedin-j library in my Android application. I'm trying to retrieve a request token for OAuth authentication:
LinkedInOAuthService linkedinOAuth = LinkedInOAuthServiceFactory....
0
votes
1
answer
107
views
LinkedIn-J | Not able to get number of members for a Group
I am using LinkedIn-j to get information from linkedIn for a group based on group Id, the problem is that I am not able to get total number of members for the group. Following in the code that I have ...
2
votes
3
answers
3k
views
LinkedinAPI: Get Phone Number from 1st Connection?
I've tried
https://api.linkedin.com/v1/people/~/connections:(id,first-name,last-name,phone-numbers)
but it's only get (id,first-name,last-name)
even this:
http://api.linkedin.com/v1/people/id=...
3
votes
0
answers
2k
views
Get Linkedin OAuth2 access token from token and token secret
I am using linkedin-j. I am using Oauth flow as following to fetch token and token secret.
LinkedInRequestToken liRequestToken = (LinkedInRequestToken) request.getSession().getAttribute("...