Questions tagged [linkedin-api]

Open web-services and APIs provided by LinkedIn

LinkedIn API helps to do Digital integration's with LinkedIn

Document

Rest Api

Rest Console - Test your linkedIn api

Official forum community

5277 questions
1
vote
2 answers

LinkedIn grant access screen showing even though user already authenticated

I'm using an external Node.js module, everyauth, to handle my LinkedIn API authentication. I'm not yet positive if this is a problem with the way my module handles their API, or some other API issue itself. Basically, after a user has already…
Josh Smith
  • 14,674
  • 18
  • 72
  • 118
1
vote
1 answer

Problems with sharing via LinkedIn a link with equal sign

I've encountered an issue with LinkedIn share API. I am working on a iPhone project, testing my application on iOS 4.0, 5.0. I used this project as an example: [https://github.com/synedra/LinkedIn-OAuth-Sample-Client][1] I thought I am a genius…
Dumoko
  • 2,614
  • 3
  • 25
  • 34
1
vote
2 answers

Using Linkedin/Facebook API to remove a contact

I am planning to use linkedin/Facebook API in my enterprise application. I just wanted to know that : Can i remove a user from my contact list using the linkedin API. Can i unfriend someone or remove him from my page using Facebook…
Abhishek
  • 31
  • 1
  • 1
  • 5
1
vote
1 answer

Is Cleo (linkedin's autocomplete solution) suitable for billions of elements?

Cleo has several different type of lookahead searches which are backed by some very clever indexing strategies. The GenericTypeahead is presumably for the largest of datasets. From http://sna-projects.com/cleo/design.php: "The GenericTypeahead is…
mike dangelo
  • 115
  • 5
1
vote
1 answer

Unable to view linkedin button image when using the LinkedIn module with Play

The LinkedIn button image evaluates to the foll http://developer.linkedin.com/servlet/JiveServlet/downloadImage/102-1182-2-1070/152-21/log-in-linkedin-small.png which results in not found!! Is there an updated module which addresses this? Thx
Saci N
  • 79
  • 5
1
vote
1 answer

OAuth Test Console signature doesn't agree with working request

I'm having trouble using the LinkedIn API due to being returned a 401 with auth_problem=signature_invalid. I do however have a project which seems to be working with fine so I'm using this to identify the differences. I read that I can debug with…
m.edmondson
  • 30,382
  • 27
  • 123
  • 206
1
vote
0 answers

Flex mobile 4.6 app works inside flash builder but not in android emulator

I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria... It also launches fine in the android emulator but one particular view shows blank (and this view works…
t316
  • 1,149
  • 1
  • 15
  • 28
1
vote
1 answer

LinkedIn API - simple query without logging in

I am using the Linked in API to query for a public company profile in an information box. There is a widget on the site but it's super ugly and uses many iframes so I only want to fetch the company description and use my own style. I have an API key…
Nick
  • 2,877
  • 2
  • 33
  • 62
1
vote
1 answer

url for posting title,description and link in linkedIn

I need to post on the wall of linkedIn from my iphone application. For that i am downloading the code from the source. In this For the posting on the wall code is - (RDLinkedInConnectionID *)updateStatus:(NSString *)newStatus { NSURL* url =…
Mahesh Babu
  • 237
  • 3
  • 10
1
vote
0 answers

How to share something over LinkedIn in android?

I have an app in which I have a button that will share some text/url to LinkedIN. I am not doing much, I am just encoding it in the URL and passing it as a intent to browser. Here is the URL i used -…
Sudarshan Bhat
  • 3,772
  • 2
  • 26
  • 53
1
vote
1 answer

linkedin oauth request the access token

I have a problem when trying to get the oauth_token and oauth_token_sceret from linkedin oauth api. I can get requestToken (1st request), but in the callback page (after the user approved the app) I'm trying to get the token and the secret but I…
Ido Shilon
  • 405
  • 4
  • 14
1
vote
1 answer

Linkedin API for python

I used this library to make API requests and got the access tokens successfully. But the documentation does not explain how _access_token and _access_token_secret should be used afterwards future. I suppose that there should be a method…
Ananda Subasinghe
  • 1,265
  • 2
  • 13
  • 24
1
vote
1 answer

Update Linkedin Company Profile via API with PHP?

Is this possible? It's driving me crazy. I cannot find any resources about it. Please help.
DiegoP.
  • 45,177
  • 34
  • 89
  • 107
1
vote
2 answers

Get number of members in linkedin group?

I am working on a wordpress website where I need to get the number of members in a particular linkedin group. The person viewing the website will likely not be logged into linkedin, or ever have a profile. This is simply for a Check out our linked…
Hailwood
  • 89,623
  • 107
  • 270
  • 423
1
vote
1 answer

Linkedin Share Api using tornado LinkedinMixin and JSON content

I'm using tornado web server and to integrate linkedin in my application I'm using the LinkedinMixin class that I add to the framework from an unofficial code in github. All is working perfectly, but I would like to be able to use the share…
kschaeffler
  • 4,083
  • 7
  • 33
  • 41
1 2 3
99
100