Questions tagged [linkedin-j]

83 questions
9
votes
5 answers

Can't post anything on LinkedIN using linkedin-j

First, my problem is that I can't post any Network Updates, post Shares or Invite by ID. I always get the following exception : 08-29 17:18:04.000: E/AndroidRuntime(4316): FATAL EXCEPTION: main 08-29 17:18:04.000: E/AndroidRuntime(4316):…
Eddy K
  • 874
  • 6
  • 12
9
votes
0 answers

How to read linkedin inbox messages

I've done a massive research on linkedin api in order to find out how to read my inbox messages through the Api. i've looked in this post where they say that this isn't possible: link Did anyone found a good solution/workaround for this issue?
Tmss G-ils
  • 153
  • 3
  • 12
7
votes
2 answers

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 …
klacointe
  • 79
  • 4
6
votes
2 answers

Unable to get public profile url from LinkedIn in Android (BufferedInputStream is closed)

I am unable to get the public profile url and get or post from the LinkedIn api in Android. I'm using linkedin-j-android source. I'm able to get successful accesstoken but when calling this line from OnNewIntent. Edited: I have internet permission…
fargath
  • 7,844
  • 6
  • 24
  • 36
5
votes
1 answer

Not getting Email Address from linkedin?

I m trying to get email address from linkedin user after authenticate now i m getting basic profile but not getting email address. I m using http://code.google.com/p/linkedin-j/downloads/list jar file for authentication. i have read this document…
duggu
  • 37,851
  • 12
  • 116
  • 113
4
votes
1 answer

Find user in Linked IN API Who does not share his /her feed

Is it possible to find the user who does not share his feed? Any option available to get that record. Because I got exception when I fetch user updates of my connection.
jackyesind
  • 3,343
  • 14
  • 47
  • 74
3
votes
0 answers

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("liRequestToken"); LinkedInOAuthService linkedin =…
Anurag Tripathi
  • 1,208
  • 1
  • 12
  • 31
3
votes
1 answer

cfdump util disappears when I use linkedin-j with javaloader

I am creating an application using the linkedin-j Java library and JavaLoader, and I am finding that whenever I drop it into a server running ColdFusion 9.0.1, I start getting the following…
Dave Long
  • 9,569
  • 14
  • 59
  • 89
2
votes
1 answer

OAuth: HTTP 401 Status when trying to get access token to LinkedIn

Using linkedin-j, I have the following code in one part of my application LinkedInOAuthService service = LinkedInOAuthServiceFactory.getInstance() .createLinkedInOAuthService(consumerKey, consumerSecret); LinkedInRequestToken requestToken =…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
2
votes
1 answer

Error "could not find article that just added to db: 5576330055082049537" posting share to LinkedIn

I'm having problem posting a share to LinkedIn from my Android application. I'm using the library Linkedin-j for Android. I'm encountering the error "could not find article that just added to db: 5576330055082049537" when attempting to share with…
Camsoft
  • 11,718
  • 19
  • 83
  • 120
2
votes
0 answers

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.createDocument(); Element share = doc.addElement("share"); …
Andy
  • 63
  • 5
2
votes
0 answers

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("deprecation") Set nUpdate =…
2
votes
2 answers

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 accesstoken is working fine and successfully. But…
milind_db
  • 1,274
  • 5
  • 34
  • 56
2
votes
1 answer

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() .createLinkedInOAuthService( LK_CONSUMER_KEY,…
Jambaaz
  • 2,788
  • 1
  • 19
  • 30
2
votes
3 answers

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=UserId:(phone-numbers) Does LinkedIn expose this field…
manhnt
  • 643
  • 1
  • 11
  • 24
1
2 3 4 5 6