Questions tagged [linkedin-j]

83 questions
1
vote
1 answer

How to fetch admin profile details of a company page using Company API - Linkedin

Is there a way to fetch Admin profile details/Company page owner details using Companies API? or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API? I read the documentation and could find a way for it, any help…
Suman Moorthy
  • 13
  • 1
  • 6
1
vote
0 answers

How to upload image on LinkedIN usin android Linkedin API(POSTSHARE)

Help me, to upload image from android to linked-in using API, i just know upload image using PostShare but don't know how.
Kirra
  • 9
  • 3
1
vote
3 answers

how to post message on wall on LinkedIn in android

i'm using Selvin's code in my apps..but not getting how to post a message on wall.. here is my code.. i have refer this link for Integration Here Posting LinkedIn message from Android application package pl.osadkowski.LITest; import…
Nandu
  • 88
  • 1
  • 10
1
vote
1 answer

"Access to Connection denied" linkedin-j android

I'm using linkedin-j in my android app.By following library usage as mentioned in https://code.google.com/p/linkedin-j/wiki/OAuthFlow https://code.google.com/p/linkedin-j/wiki/GettingStarted I'm able to get logged-in user details. But I'm having…
1
vote
2 answers

Can i search any person in linkedin with API or only people near me?

I am using the library linkedin-j to use the linkedin API in Java. I am testing the search functionality but it seems that only return people near me, and I need to search people who has not relation with me, or people from any university or…
dlopezgonzalez
  • 4,217
  • 5
  • 31
  • 42
0
votes
1 answer

How to get a list of projects from a position in LinkedIn-J

How could I get a list of projects from a position in LinkedIn-J? If it is not straightforwardly possible, how could I get a list of projects from a person/user/profile? The documentation said nothing as far as I've seen and so I tried to use the…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
0
votes
1 answer

LinkedIn-J does not return educations

I am using LinkedIn-J. My application authenticates without problem, I get data from the user - even their first name, last name etc. Person profile = client.getProfileForCurrentUser(); profile.getFirstName(); However, when I try to get the list of…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
0
votes
2 answers

Obtain a share UpdateKey from LinkedIn using LinkedIn J and getNetworkUpdates() with Coldfusion

Using the "Network Updates API" example at the following link I am able to post network updates with no problem using client.postNetworkUpdate(updateText). http://code.google.com/p/linkedin-j/wiki/GettingStarted So posting works great.. However…
0
votes
0 answers

How do I upgrade my linkedin developer account from default package to developer or standard

I recently signed up for a LinkedIn developer account which was granted successfully. The account happens to have default access rights where only a few APIs can be access. I would like to upgrade my package so that I am able to access the group,…
Umar Kayondo
  • 405
  • 4
  • 9
0
votes
0 answers

How to get the reach and frequency fields using python API call from LinkedIn campagins

API: https://api.linkedin.com/v2/adAnalyticsV2?q=analytics&pivot=CAMPAIGN&timeGranularity=DAILY&dateRange.start.day=1&dateRange.start.month=7&dateRange.start.year=2023&dateRange.end.day=4&dateRange.end.month=8&dateRange.end.year=2023&campaigns=urn:li…
0
votes
1 answer

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 this return { "status": 404, "code":…
0
votes
0 answers

LinkedIn API to get information about total connection on profile

I am looking forward to a LinkedIn API to get information about total connections on my LinkedIn profile and followers on my LinkedIn page. Right now, I am using below API, but response of this Api is in html…
0
votes
1 answer

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…
Vik
  • 8,721
  • 27
  • 83
  • 168
0
votes
1 answer

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…
d0kt0r1
  • 305
  • 1
  • 3
  • 15
0
votes
1 answer

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/URL?