A tool used for finding business/networking connections, such as for suggesting job candidates. Used for questions regarding LinkedIn's APIs.
2
votes
0answers
19 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
0answers
41 views
AddThis customized linkedIn and pintrest image not working
My client wants Facebook, twitter, pintrest and LinkedIn button with statastics by AddThis. but instead of using default images i want to use custom images with same functionality for AddThis.
I can ...
2
votes
0answers
48 views
integrating linkedin into my application using scribe 1.3.1.jar
I am using scribe 1.3.1.jar.
I have successfully authenticated user with twitter using this jar.
But I am facing problem while authenticating user with linkedin using the same jar.
I am getting ...
2
votes
0answers
259 views
LinkedIn iOS integration
I am integrating Linked-in in my iOS application to Login my app.it works fine for me ..it login successfully when i enter the credentials in the app and enters in the app successfully ....but when i ...
2
votes
0answers
157 views
dust-linkedin browser vs node rendering: object[property] instead of object.property
I'm playing with dust examples on dust test page http://linkedin.github.com/dustjs/test/test.html and in the same time in node.js (0.8.15), express.js(3.0.4), consolidate(0.0.5), dust-linkedin(1.1.1).
...
2
votes
0answers
135 views
Linked In authentication and aggregate data
I'm building a web app with Ruby on Rails and I want my users to authenticate and aggregate data from Linked In (and others like Github, Twitter, etc...).
I am using these gems:
Devise for ...
2
votes
0answers
61 views
LinkedIn JS API - can't get educations object via JS
I have a problem with LinkedIn JS API. Everything is configured and works fine when i run app and i have access to:
IN.API.Connections("me")
.fields("id", "firstName", "lastName", "pictureUrl", ...
2
votes
0answers
279 views
omniauth and linkedin => 401: OAuthProblemException while parsing OAuth request
I'm using the omniauth and omniauth-linkedin gems for
general OAuth functionality, but I'm not able to make them play
nice with the linkedin gem, even when calling authorize_from_access
as per this ...
2
votes
0answers
384 views
get linkedin profile with field selectors
Hi I am using linkedin api to get user's profile and being able to get user's statndard profile as returned by https://api.linkedin.com/v1/people/~ but I want to add field selectors as ...
2
votes
0answers
354 views
Log out from linkedin api in android
I have successfully integrated login with linkedin functionality in my android application. But i am failed to implement logout functionality for the same.
Can any one please help me with suitable ...
2
votes
0answers
129 views
Integrating LinkedIn with openid
Do you know some way to integrate LinkedIn with openid? I have a webpage that allows the users to login with openid and I was able to implement Yahoo, Facebook and Gmail.
Both Facebook and LinkedIn ...
2
votes
0answers
552 views
LinkedIn Company Insider Widget
Anyone got the Company Insider LinkedIn widget to work.
http://developer.linkedin.com/community/widgets
The examples on the above page only the Microsoft and IBM works - the Apple one appears to ...
1
vote
0answers
10 views
How does LinkedIn script read the api_key on the script tag?
The LinkedIn Getting Started page shows the following way to include a javascript file.
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: ...
1
vote
0answers
14 views
How to retrieve API Usage report for LinkedIn application so throttle limit is not reached?
Is there an API call to retrieve API usage report for my LinkedIn application?
I know that at https://www.linkedin.com/secure/developer I can login and observe the API usage for my application. ...
1
vote
0answers
21 views
Linkedin API - getting a Member_id from a URL
I'm trying to take a given URL (http://www.linkedin.com/profile/view?id=6263712 or http://www.linkedin.com/in/rgrush/) that a user passes to my app and derive the app-specific 'member_id' of that ...
1
vote
0answers
25 views
Integrate LinkedIn with Monotouch
I have a problem in LinkedIn integration in Monotouch. i have integrated Facebook successfully using Logged In Session like as following :
internal void SaveAuthorization ()
{
...
1
vote
0answers
67 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
150 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 ...
1
vote
0answers
12 views
following in linkedin?
I am developing app integrating linkedin with it.I want to get following (i.e. profile/following).But using
code :
@client=@clients.profile(:fields => ...
1
vote
0answers
30 views
View Notifications from Linkedin Api
I am integrating linkedin api in my rails app..I have implemented every functionalities except view notifications.
Can any one please give me any way or link to implement.
Thanks in advance
Aurick
1
vote
0answers
70 views
File not found Exception in linkedin integration
I tried to integrate linkedin for sharing the data using many tutorials and posts, but nothing helped, after login was not able to move to next page instead redirecting to the previous, finally ...
1
vote
0answers
113 views
Invalid Token access format in twitter(android app)
This is my Stack trace, i have done twitter integration for sharing the data, if i click on the button of that activity, the app get crash and forces to close, can somebody help to solve this?
01-18 ...
1
vote
0answers
117 views
Post Status in LinkedIn
I saw one artcle how to share our status in LinkedIn using c#.
I follow those steps and the code I am using is following...
For this I am using Hammock library.
OAuthCredentials credentials = ...
1
vote
0answers
149 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 ...
1
vote
0answers
144 views
we were unable to find the authorization token in ios
I have got api key and secret key,I am making iphone application and wants that user can register through their linkedin account.I am getting we were unable to find the authorization token error.And ...
1
vote
0answers
122 views
Linkedin skills data using omniauth
I am trying to fetch linkedin data of user using omniauth and omniauth-linkedin.
For skills I am getting data like #<Hashie::Mash id=16 skill=#<Hashie::Mash name="AJAX">>, ...
1
vote
0answers
99 views
OAuthException with linkedin api & php
I use linkedin api to retrieve information about people i have their ids.
for one request its done successfully but if their is a loop or even 2 request, the error is in my code :
function ...
1
vote
0answers
33 views
Sanitizing location data
I have a database of city names, but the problem is that it is not sanitized. For example, if Bangalore, India is a city then I might have the following locations in my database:
Bangalore
...
1
vote
0answers
28 views
How to get the all types of updates from linkedin in one request
I want to fetch the user updates about statuses, shares, connections etc. Linked provide the different update types
https://developer.linkedin.com/documents/network-update-types
There is a need of ...
1
vote
0answers
106 views
Token Rejected - Intermittent Failure for LinkedIn
We are getting this error intermittently, when attempting to authentic a user via OAuth for LinkedIn. We are using the Java Scribe library recommended. I cannot duplicate the problem myself, but we ...
1
vote
0answers
99 views
Get Latest and Popular posts from Linkedin group
How can I get the Latest and Popular posts from Linkedin Group Without user authentication
Wherever I searched it seem to be a requirement for user to sign in.
However how these guys managed to get ...
1
vote
0answers
78 views
What is the next process after i have stored the LinkedIn access token in Xcode
it's been a long time since i have busted all my brains on this issue .
I know how to integrate LinkedIn to my native iPhone application. I also know a little bit about how OAuth works so , i ...
1
vote
0answers
373 views
Retrieve content from 404 error using HttpWebRequest
This is similar to a question asked here: httpWebRequest - get error content
but I'm hoping to provide some more information in hope of an answer.
I am integrating with the LinkedIn API using C#. ...
1
vote
0answers
198 views
Linkedin API 401 [unauthorized]. (iOS with OAuthStarterKit) Error
I recieved this reply, when trying to post a status update from my iPhone app. And I don't know what I'm doing wrong, I've been in and out of documentation, packet sniffing, the linkedin forums and ...
1
vote
0answers
173 views
linkedin 401 error unauthorized using simple Linkedin
I try to send message from Simple Linkedin
I am getting this error.
$OBJ_linkedin = new LINKEDIN($API_CONFIG);
$OBJ_linkedin->message(array('abcde'),'this is subject','this is body',true);
I ...
1
vote
0answers
191 views
ruby linkedin gem permissions
I am trying to use the ruby linkedin gem - https://github.com/pengwynn/linkedin. I am just playing around with plain ruby (not rails)
If I follow the example given with the gem, I can get ...
1
vote
0answers
241 views
linkedin logout function(javascript API) is not working in some conditions
In my website, I have provided a facility to login via linkedin. I have used javascript API for that.
I have written below code for login.
function onLinkedInAuth() {
var isLoggedIn = ...
1
vote
0answers
239 views
New LinkedIn Permissions - Scope Not Being Communicated
LinkedIn recently changed their API to require that third parties be more explicit in what information they request. In order to access a user's past employment history and education with omniauth, ...
1
vote
0answers
198 views
LinkedIn Share Button - Doesn't recognize og:image
I'm trying to share a page with og tags.
One of the tags is og:image as described in the following link:
https://developer.linkedin.com/documents/setting-display-tags-shares
The image I share is ...
1
vote
0answers
81 views
LinkedIn Groups API: retrieve comments to questions?
I can understand from this page: https://developer.linkedin.com/documents/groups-api
that it's only possible to retreive information from the Groups API having an authenticated group member to do it ...
1
vote
0answers
34 views
LinkedIn Follow plugin.. how to create? How to call OADataFetcher and How to handle callback methods?
LinkedIn Follow plugin.. how to create? how to call OADataFetcher and How to handle callback methods? These are the major tasks in LinkedIn..
Please tell me the reply..please soon.
1
vote
0answers
195 views
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 ...
1
vote
0answers
255 views
share data to LinkedIn User’s Profile
I am working on a program which share data to LinkedIn User’s Profile. I am using Delphi XE2, OAuth and LinkedIn API for the same. I am able to Access token. But I am getting error on when trying to.
...
1
vote
0answers
457 views
Delphi,oAuth and Linked API, Access token giving Unauthorized
I am working on a program which posts updates to LinkedIn.
I am using Delphi XE2,oAuth and LinkedIn API for the same. I am able to request token and authorize application. But I am getting error on ...
1
vote
0answers
182 views
Trigger click on linkedin javascript auth button doesn't work in ios and android (at least)
I'm trying to create a trigger for the linkedin button generated by the js api.
It works perfect in desktop browsers but on mobile browsers (ios, android browser) it doesnt work.
Here is the code:
...
1
vote
0answers
332 views
Linkedin share functionality bug - popup auto resizing
When I go here:
https://developer.linkedin.com/plugins/share-plugin-generator
provide some URL (i.e. google.com), and click on the button, new window popup is opening with some weird behavior - ...
1
vote
0answers
160 views
LinkedIn Acces_token request getting error using jsoauth library
hi i am try to integrate LinkedIn with my mobile application which is developing in phonegap with Xcode.
Now i have get the authorization using javascript library from ...
1
vote
0answers
248 views
Authenticate user in Linkedin on Windows Phone 7 using oAuth
I'm trying to make an application that gather many social networks that helps users to post and manage linkedin information, facebook, etc, but when I'm trying to login on linkedin, the browser gives ...
1
vote
0answers
181 views
Intermittent 404s using LinkedIn Sign In API
I am using PHP and the LinkedIn Sign In API on my website. After logging I got an array with:
TDjhOAiGm3
Sushil
Kandola
Software Engineer at Cyberlinks
...
1
vote
0answers
257 views
Import Linkedin profile image in ASP.NET application
I need to show user's Linkedin profile image in my ASP.NET application. The user need to login to Linkedin in a popup window and then my ASP.NET application will extract image from the Linkedin ...




