0
votes
0answers
55 views

CSS Not Loading Properly, LinkedIn API Causing Error

I've recently started developing with LinkedIn REST and JavaScript APIs, and am writing code for a webpage that displays skills for an authenticated user. Logically, the page is running perfectly, but ...
0
votes
1answer
35 views

Loading Linkedin JSON response into HIVE

EDIT: Changed the HQL statement to map to the JSON structure. But the error persists I have tried multiple ways to create the HIVE table and retrieve data using JSONSerDe. But here are the errors I ...
0
votes
0answers
20 views

Linkedin API Search People .net

Linkedin API Search People I am calling this : string mailResponse = _oauth.APIWebRequest("GET", "http://api.linkedin.com/v1/people- search:(people:(id,first-name=bill&last-name=gates))",); ...
2
votes
2answers
146 views

LinkedIn PHP api issues

Today, after we migrated to the new members permissions api, everything goes wrong. Im using the cosumer key and secret that i've got from the linkedin api dashboard itself with the oauth token and ...
0
votes
0answers
35 views

Linkedin API for Company page insights stats?

I have read through linkedin api docs on the site, but I have not been able to find any proper apis for company page's stats such as 'impressions' and 'engagement' provided in linkedin company page. ...
0
votes
0answers
16 views

How do I get the email address from linkedin with people/~:(id,.)?

When I'm using the API call below I don't get the email address: ...
0
votes
1answer
27 views

retrieve linkedin profile url from php api

I am using the Simple LinkedIn PHP Library to create a searching feature for an application. The user can search through LinkedIn and retrieve matched users information. As of right now the feature is ...
1
vote
0answers
45 views

Asp.Net APi LinkedIn 400 bad request

I was implementing Linedin Api. I generated APi key and Secret key and did all the steps as provided. I got an XML of my connections, that was fine but during this I was facing an error 400 Bad ...
0
votes
0answers
20 views

Can I retrieve all the comments made by a user on group discussion posts on linkedin using API ?

My application requires to show all the comments made by an authenticated user on any discussion posts from Linked in Groups the user is a member of. But looking at Comments resource and Groups ...
2
votes
0answers
36 views

Get Particular users Network updates in linked in API

I am using Linked in API.I want to search my connections by using name. It is done What my second thing is I need to get the searched users new connection , get status update and provide status ...
2
votes
1answer
37 views

LinkIN API OAuth is not working in ubuntu

I am using the jars in commons-codec-1.3 jar linkin-j signpost-core-1.2.1.1 for the LinkedIn API. It is working fine in windows server. I have the same code in ubuntu but i got error as ...
0
votes
0answers
26 views

Linkedin OAuth with foreign characters in redirect URI

I am passing a redirect URI to LinkedIn that contains foreign language characters and it appears that on redirect, the foreign language characters are not recognized on the LinkedIn side. When I am ...
0
votes
0answers
40 views

Error notices using Linkedin Plugin in Cakephp

I am trying to put a Linkedin plugin in cakephp, using this tutorial http://excellencetechnologies.co.in/Telephonia/blog/linked-login-integration-in-cakephp/ Everything works fine until I login in ...
0
votes
0answers
62 views

LinkedIn API - get ID of posted comment

As no one answers in the LinkedIn Dev Forum - perhaps anyone here can help. :-/ When posting a status update you get the corresponding update-key within the response. But when posting a comment over ...
0
votes
0answers
83 views

LinkedIn API using asp.NET

I'm making a social platform for my university in asp.net. I need to integrate the LinkedIn API in my site to fetch profiles, their current work and all other relevant information. The profiles should ...
0
votes
0answers
31 views

LinkedIn JS API Share

I am trying to figure out if it's possible to pass in more than a URL to share when using the linkedin js api. My code is: IN.UI.Share().params({ url: 'http://www.example.com' }).place.(); Now ...
0
votes
1answer
105 views

OAuth 1.0 with Android 4.x and scribe

I want to develop an Android app (ice cream sandwich) that uses the LinkedIn API. For this I use the Scribe library to implement the OAuth process. My problem is that I dont know how to get the ...
0
votes
0answers
68 views

LinkedIn - API 2nd Degree contacts query

I am playing a bit with the LinkedIn Api and have this question: I have a company name: XYZ LLC . I have a friend of mine, who knows a person, who is working in this company. Me -> my friend -> the ...
0
votes
0answers
37 views

Education details not getting for REST connection api

I was able to receive the contact’s education earlier, however since I have added scope in request url, we are not receiving contact education details. I am trying to execute following request ...
0
votes
1answer
20 views

Identify the exact time/date that someone has looked at your profile

Is it possible to identify the exact time/date that someone has looked at your profile on LinkedIn? At present you get a notification saying 'XYZ looked at your profile', and this seems to be within ...
0
votes
0answers
19 views

receive unauthorized response on jsonp request

I'm using the LinkedIn companies search API. I can't use a plain json request because I receive a "Access-Control-Allow-Origin" error. (However, my request works when I change the default security ...
-2
votes
1answer
59 views

Login with linkedin through my web form [closed]

I am using linkedin api to authenticate users to login to my website. I am retrieving basic profile and email address. When the user clicks on the 'login with linkedin' he is redirected to the ...
0
votes
1answer
55 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 ...
2
votes
1answer
187 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
27 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
29 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 ...
1
vote
0answers
168 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 ...
2
votes
1answer
33 views

Is it possible to RECEIVE job applications through the LinkedIn API?

I see LinkedIn documentation on how to post job, apply for jobs, and search jobs. But I'm curious if it's possible to post a job on LinkedIn normally and then receive an API notification when people ...
0
votes
1answer
258 views

Refreshing LinkedIn access token automatically

I'm trying to automatically refresh an access token in the background of my application. I read this blog post (https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token), but I ...
0
votes
0answers
99 views

Is it Possible to get “Real Time Updates” (like FB) Using linked in Api [closed]

In Facebook , there is option for getting real time updates like facebook real time updates : For eg: Whenever my friend's friends count changes will be updated to me using facebook subscription. ...
0
votes
0answers
65 views

increase the people total count in result of people search on linkedin REST API

I am using the Linkedin REST console to get the list of my connection on Linkedin. When I enter the query as http://api.linkedin.com/v1/people/~/connections?modified=new I get all my connection (in my ...
1
vote
1answer
143 views

OAuth against LinkedIn API keeps returning a 401. What is causing this?

I'm using AFNetworking, AFOAuth1Client and AFLinkedInOAuth1Client to get the OAuth token from LinkedIn's API. This is all working well. When I make a call using getPath to v1/people/~ I am receiving ...
-5
votes
1answer
362 views

A linkedin share button in my android app. not working [closed]

I am looking for valid source code for having a linkedin share button in my android App. I tried many sources, as I am at a starting stage in development, I could not get anything work. I got ...
0
votes
4answers
333 views

Get profile data from linkedin

I just want to get profile data from linkedIn. I have searched a lot on google but did not find any end point which can return linked in data. Can i get public profile data by just passing a profile ...
0
votes
0answers
38 views

I cant save to my user model attribute called linkedin_link

The linkedin api returns me a hash whi i transformed in that way. In the rails console it returns me exactly the string i need but when my worker runs it doesnt save the result. So my code is: class ...
0
votes
1answer
127 views

How to fetch data using linkedin API ?

Not able to fetch user's full profile data although I have given fullprofile permission in Linkedin API? i have given r_fullprofile permission to my web app and i am getting full profile data for me ...
0
votes
1answer
55 views

Is there somewhre in LinkedIn API to get who viewed my profile?

I want to display this info from the app im developing as part of frequently updated data from linkedIn. I've read the linkedin docs and done my research but couldn't find any hints that I might use. ...
1
vote
1answer
282 views

linkedIN profileAPI data extract

I am in the process of collecting a huge data set for a new project. Let me brief a little about our research work so far. Microsoft Academic search contains details of the papers published in a ...
-3
votes
1answer
111 views

Linkedin login api windows phone 7 and search people

Ho i'm trying to do an application that search people information on linkedin but i have some problem with the login step,anyone can help me ?
0
votes
1answer
231 views

LinkedIn REST API: Throttle Limit for resource 'Search People' reached at 409 of 100k

I have a program that searches LinkedIn members by their first and last names, for academic research purposes. I have a LinkedIn developer account that is supposed to have 100k calls to the relevant ...
0
votes
1answer
216 views

How to get LinkedIn profile stats (views, appearance in searches) using API?

I want to display a similar graph as display in Profile Stats page of LinkedIn where you can view a graph with number profile views and number appearance in searches. Can I achieve this using the ...
2
votes
1answer
278 views

LinkedIn auto login script in PHP

How can I create a LinkedIn auto-login script using PHP? I hear about LinkedIn API, is an easy step by step tutorial for this? UPDATE: I want my script to be: Once I open my page, it will ...
0
votes
1answer
84 views

Getting Single Users Info From Linkedin API

Okay i've been fighting this system for about 3 days now and googling left and right and getting nothing close to what i want. That being said it though i would rely on the infinite wisdom that is ...
0
votes
2answers
84 views

Linkedin flag as job - php

I'm trying to flag post-id as job discussion with OAuth PUT : $post_id = "G-34343-example"; $cmd = "http://api.linkedin.com/v1/posts/{$post_id}/category/code"; $xml = "<?xml version='1.0' ...
0
votes
1answer
185 views

We were unable to find the authorization token in LinkedIn

I have been searching the answer for this question from many days, but still did not get the solution. For sharing data using LinkedIn, after sign-in option in LinkedIn I'm getting "We were unable to ...
0
votes
1answer
92 views

Can you get your connection tag name with php LinkedIn API?

I am working on one app, which communicates with LinkedIn. I am using official PHP LinkedIn API (REST API) to get list of my connections. But my question is, if it's possible to get also group name or ...
0
votes
2answers
1k views

How to get email address with linkedin signup api with php

I get this code from some tutorial about linked signup, but the tutorial provide for me just basic info. I need to get the user email also.. Is there anyone to help me? Here is the code: auth.php ...
1
vote
1answer
130 views

Trying to connect to LinkedIn API with Node.js Express

I'm having trouble connecting to, and pulling connections from, Linkedin. I have to use nodejs and express, and am using the linkedin-js client (https://github.com/masylum/linkedin-js). I have looked ...
1
vote
0answers
162 views

Implementing force logout in linkedin OAuth

I am working with Linkedin oauth for my website.I need to implement Force Logout Concept with linkedin oAuth API. Below code i have tried, but I can't get the actual solution for force logout with ...
0
votes
0answers
218 views

How to use LinkedIn's Share API with the Rails Gem

I'm running Rails 3, with the LinkedIn API gem: here I've been unable to get the Share API working as described here This works fine: response = client.add_share(:comment => 'new share API') ...

1 2 3 4 5