A tool used for finding business/networking connections, such as for suggesting job candidates. Used for questions regarding LinkedIn's APIs.

learn more… | top users | synonyms

0
votes
0answers
144 views

LinkedIn api call with DotNetOpenAuth throws 400 Bad Request

I'm using DotNetOpenAuth to make api calls to LinkedIn. The authorization part is working great - my callback page is being hit and I'm storing my access token and access token secret using a custom ...
0
votes
0answers
272 views

iOS App (XCode) post to Facebook, Twitter, LinkedIn via URL doesn't work

We are developing an app with sharing features. (Post to Facebook, Twitter and LinkedIn). We do not want to use the plugins, import classes or do coding too much so we decided to use a URL for each. ...
0
votes
0answers
35 views

linkedin IE authorize error

I'll get a runtime error when I use IE 10 to authorize via js api: IN.Event.on(IN, "systemReady", function () { IN.Event.on(IN, "auth", function () { console.log("Loggedin"); ...
0
votes
0answers
40 views

linkedin shared content

I am sharing content using xml payload to linkedin. It worked fine so fare. The xml payload is like: <share> <comment></comment> ...... <content></content> .... ...
0
votes
1answer
42 views

Converting linkedin oauth v1 api keys to v2 api key?

I have some code that will let the user login via linked in using the oauth v1 api. That returns two keys back to me which are user token and user secret. I have tried using them with the v2 api but ...
0
votes
1answer
48 views

How to unauthorize/revoke LinkedIn token in my application

I have a grails application in which I want a user to grant me access to his/her LinkedIn account to get information and show it in different ways. I was able to do the following: Get the ...
0
votes
1answer
73 views

LinkedIn Button delay in apparition even after use of done() function?

LinkedIn Button is always showing, in my consideration, a weird attitude in comparison with other buttons. The issue this time, is the delay in apparition, even after use of done() function: ...
1
vote
1answer
187 views

Posting Network update to LinkedIn in PHP using Oauth2 access_token

Many code samples and tools for the LinkedIn REST API suppose that you have used Oauth1 to identify and that you consequently have obtained a Member Token and Member Secret. Now, the sample code ...
0
votes
1answer
91 views

Get AccessToken with JavaScript from LinkedIn

I am developing a LinkedIn app with Javascript. Is there a way to authenticate a user without requiring him to click on a button and get his access token which can be sended to my server with ...
0
votes
3answers
54 views

How to simulate click event for SignIn button https://www.linkedin.com/

i'm writing a browser plugin and trying to simulate a user click on the login button. I have tried document.getElementById('signin').click(); URL : https://www.linkedin.com/ but this is not ...
0
votes
0answers
32 views

Share plugin - Linkedin

When I share a page with the linkedin plugin, the result is this: <WSResponse> <status type="error" key="ShareServlet.unexpectedError.failure"> Si รจ verificato un problema durante ...
0
votes
2answers
128 views

Refresh LinkedIn Access Token using Scribe

I am using Scribe to access the LinkedIn API. I am saving the Access Token along with the Access Token Secret in the database and use them every time I call the API. The Access Token is supposed to ...
0
votes
0answers
45 views

Post a message in LinkedIn

How can i access the LinkedIn API? I want to post message to the user from my local application by using C#. Can anyone please help me? Thanks..
2
votes
1answer
125 views

How to refresh the LinkedIn Authorization Token

I have a grails application and I want to connect my user's account to their LinkedIn accounts. So my steps are: Have the user click on a button that redirects to: ...
0
votes
0answers
98 views

LinkedIn API sample implementation not working

I am trying to get this particular piece of code working. It works fine in the developer console, but fails when try it on my computer in a html file. It gives me a error in the pop up which says ...
0
votes
0answers
51 views

Posting to User Social Stream, LinkedIn API with javascript

I am trying to send a POST request to the LinkedIn Share API to post to the User's Social Stream. I already have the user's permission to post to his/her account. I was wondering how do I structure ...
0
votes
1answer
122 views

Get contents of JSON object in php [closed]

I am redirecting user to my website after he has been authorized by Linkedin account. Here is my code: header('Location: ' . ...
0
votes
0answers
47 views

Linkedin share ignoring og tags

For some reason linkedin won't apply open graph tags. I've tested the og tags with the facebook debugger and there were no problems. Here is a link to the page which is serving the og tags ...
2
votes
2answers
291 views

unable to retrieve access token linkedin api

I am applying connect with linkedin. I'm following the step by step guide. To authenticate users, I took help from this. When the user clicks the connect with linkedin button the user is taken to the ...
3
votes
1answer
303 views

LinkedIn full profile details using DotNetOpenAuth in MVC4

My MVC4 application allows login using LinkedIn account. I want to pull all details that are avaible from linkedIn of the logged in User. Currently i have done the following. In My AuthConfig.cs, ...
0
votes
0answers
20 views

Is there away to find which degree two contacts are related in linkin api?

when I use people api to find a person and use the related connections field selector to get related connections between viewer and the person being searched I want to find the distance of the ...
0
votes
1answer
296 views

LinkedIn RestSharp and OAuthBase Example

anyone ever used C# in combination with the library RestSharp and OAuthBase in order get some interaction with LinkedIn? I'm looking for a working example using these tools to do proper authorization ...
0
votes
1answer
101 views

LinkedIn & Google+ UIActivity View Controller Button?

I understand that there is a Facebook & Twitter button for the UIActivity View Controller, but I was wandering if there was a service for sharing to Google+ or LinkedIn through the ...
0
votes
1answer
128 views

LinkedIn: Login with LinkedIn JavaScript & PHP API

i have implemented the authentication for my site with linkedin auth. I mean login with linkedin button using php oauth class. But could not get the email address. After that i have tried javascript. ...
0
votes
2answers
51 views

Using Spring.net.Social only

Our app uses Prism/MEF and now we need to tie into twitter/facebook/linkedin/google+ etc. The Spring.Net social library seems to wrap a few of those so question is - Is it possible to use only ...
0
votes
1answer
27 views

Can't fetch Volunteer Experiences with LinkedIn API

I'm using the LinkedIn API via the linkedin gem and can't seem to use the correct key in order to get the volunteer experiences of a certain user. I have tried volunteer-experience, ...
1
vote
1answer
56 views

Getting basic profile and email address through linked api

I have integerated linkedin in my website in php. When user click on a button 'connect with linkedin.' The user is redirected to the linkedin login page. When user logs in, it is redirected to the ...
0
votes
0answers
45 views

LinkedIn Company Updates API ceased functioning

I used to have the most recent Company Update made on LinkedIn displayed on this company's website. I got a report that it was no longer working, so I had a look. There was a key mismatch, which was ...
0
votes
0answers
158 views

linkedin + file_get_contents() failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request

I am trying to post in linkedin group via php file (actually I want to do this thing by cron) error is : ...
1
vote
1answer
172 views

IOS - Linkedin integration for oauth2.0 with google oauth library — Got 404 error(page not found)

I am using google OAuth2.0 for LinkedIn integration in IOS. But I got 404 error when app try to get the accesstoken. Can you have a look at it and give me some guidance? Thanks in advance I have ...
-2
votes
2answers
154 views

Error while logging in with linkedin [closed]

I am applying a 'login with linkedin' feature in my website. I have downloaded a demo from this link https://code.google.com/p/simple-linkedinphp/downloads/detail?name=3.2.0.zip&can=2&q= And ...
0
votes
2answers
114 views

Login with linkedin in my website [closed]

I have a button 'login in with linkedin.' I have downloaded a demo from code.google.com/p/simple-linkedinphp/wiki/quickstart. I have just executed the demo.php file and this error came: Notice: ...
0
votes
1answer
28 views

Getting linkedin users conections profiles?

I have a client who is interested in allowing new users to his site to also bring in their linked in contacts info (profile, skills, email, location, etc...) Is this possible or do users explicitly ...
0
votes
0answers
39 views

LinkedIn message notification clarification android

Suppose I have my LinkedIn account, whenever i received a new message to my LinkedIn account I want to get notified in my native application., like a notification or something. is that possible ? I ...
-1
votes
1answer
14 views

linkedin + oauth_expires_in => 5183998 [closed]

Hi Paul I am using linkedin library but it gigves me wrong time about oauth_expires_in .. ideally this should be 0 for unlimited time perid but it's show 5183998 i.e. for 59 days ... how can I fix ...
0
votes
1answer
159 views

LinkedIn and Facebook like buttons change images and title?

I am using the LinkedIn like button and the Facebook Like button. On the LinkedIn when I click like, it works property, but I was wondering how I would change the name of the title on the pop dialog ...
-2
votes
1answer
49 views

Linkedin Connection email address [closed]

I want to fetch the email address of the users, who are in my connection, through linkedin connection api using PHP. Does connection API support email address of the connections? If yes then please ...
0
votes
0answers
124 views

LinkedIn API - Refresh Access Token after 60 days - PHP

I need to refresh token after 60 days in linkedin PHP API Can you tell me how to send API request .I also tried this link ...
0
votes
0answers
41 views

LinkedIn API - Retrieving Connection - PHP

Can you please tell me about retrieving connections details through php api. How to implement that ?How data have to be passes? I tried to pass arguments as in the link ...
0
votes
0answers
75 views

Share on LinkedIn using Restsharp

I'm having difficculty getting a share working on linkedin using restsharp. Here's my code: var shareMsg = new { comment = "Testing out the LinkedIn Share API with JSON", ...
0
votes
3answers
170 views

Linkedin api call using oauth in java

I am trying to fetch Linkedin company updates to my website. Followed the process https://developer.linkedin.com/documents/authentication and generated api key and secret key by registering. ...
0
votes
1answer
29 views

GTMOAuthViewControllerTouch and LinkedIn signout

I have an issue with signing out from LinkedIn. I want to user see the LinkedIn sing in form with user name and password after performing signout method. SingIn method: NSURL *authorizeTokenURL = ...
0
votes
1answer
54 views

Is the helpers included in dust-full-1.2.0.js?

I thought the helpers was included in the dust-full-1.2.0.js file but I get errors when I tried to use one : With : {@select key=P_Brand} Ok {/select} From console : Uncaught TypeError: Cannot ...
0
votes
1answer
83 views

URL Scheme for Linkedin

I'm having an ios App. I'm able to open the linked native app from my ios App using the custom url scheme "linkedin://". But how to post a link to the linkedin native app through my ios App. Do we ...
1
vote
0answers
62 views

Single Sign On (SSO) with LinkedIn as SP. How Log users into LinkedIn automatically?

my question relates to how to log users into LinkedIn (SP) automatically from a company web portal that I am making. (As opposed to how to authenticate user on my website using linked in as the IdP). ...
1
vote
0answers
146 views

Can't send invitation using linkedin-j library

I am trying to send Linkedin Invitation from Android app. (I am having all permissions including Send invitation or Message(w_message)). I can send message successfully but I can't send Invitation. I ...
0
votes
1answer
43 views

How to handle user revoking LinkedIn access in rails

How should I handle a user revoking my access to their LinkedIn account? I am using Ruby on Rails with Omniauth, Omniauth-LinkedIn and linkedin gem (latter incorporates oauth gem). My controller code ...
0
votes
1answer
96 views

LinkedIn Button Goes to the end bottom of the page

When I add the code below to my website, I have a weird behaviour of the LinkedIn Share button. <div id="pagination"> <div dir="ltr" class='paginator_p_wrap'> ...
0
votes
1answer
41 views

Linked in dotnetopenauth -> The conversion of a datetime2 error

I'm trying to get a user logged in via linked in, but when they get to the default template of Account/ExternalLoginConfirmation, I get this error: The conversion of a datetime2 data type to a ...
1
vote
2answers
473 views

Integrating Facebook and LinkedIn in Android app

I have an app that integrates both Facebook and LinkdedIn networks. According to the instructions, in order to integrate LinkedIn, I need to add the following code in my manifest, within my activity: ...

1 2 3 4 5 22