Questions tagged [linkedin-j]

83 questions
0
votes
1 answer

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 engine seem to have the same problem. My only…
0
votes
0 answers

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

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().setScheme("https") …
Andy
  • 63
  • 5
0
votes
1 answer

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 posts from this company (id=3487133). But it…
ans4175
  • 432
  • 1
  • 9
  • 23
0
votes
1 answer

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 authentication in our own server to make sure any…
user3629714
0
votes
1 answer

How to search people in Linkedin by company name

I've this simple code private static Map searchParameters = new HashMap(); //get data with LinkedIn API public static void main(String args[]) throws InterruptedException, SQLException,…
Fabio
  • 159
  • 1
  • 4
  • 13
0
votes
1 answer

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 new invitations? Do the LinkedIn provide this…
vvra
  • 2,832
  • 5
  • 38
  • 82
0
votes
1 answer

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
Dexter wu
  • 41
  • 1
  • 2
0
votes
3 answers

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…
Mukta Chourishi
  • 54
  • 3
  • 12
0
votes
0 answers

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", oauth_consumer_key="******", oauth_version="1.0",…
0
votes
2 answers

How to post STATUS UPDATES on LinkedIn via its api?

Right now, I am using a library java library: com.googlecode.linkedin-j linkedin-j-core 1.0.429 bUT this does not work anymore. I the library is using…
paullabis
  • 19
  • 1
  • 4
0
votes
3 answers

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 have done the LinkedIn Integration. From that i got…
user3886658
  • 53
  • 1
  • 7
0
votes
1 answer

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 network connection. NOTE: In LinkedIn…
Vinod
  • 77
  • 2
  • 10
0
votes
1 answer

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. at…
user3661720
  • 27
  • 12
0
votes
1 answer

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-linkedin-using-java-and-oauth/ There is something with…
user3661720
  • 27
  • 12