0
votes
0answers
9 views
Handle exception [invalid.profile.access]. You don't have access to the profile in LinkedIn
I am trying to search the users using LinkedIn API. I got exception
com.google.code.linkedinapi.client.LinkedInApiClientException: [invalid.profile.access]. You don't have access to the profile
...
0
votes
0answers
12 views
+50
Find user in Linked IN API Who does not sharte his /her feed
Is it possible to find the user who does not share his feed? Any option available to get that record. Because i got exception when i fetch userupdates of my connection.
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 ...
0
votes
0answers
27 views
Search results differ in Linkedin API and site
I am using linkedinj java API. I search the key word android framework using the keyword search in API. It shows 110 results totally but when i search the same word in linkedin site it has 5616 ...
0
votes
1answer
19 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
1answer
56 views
Sharing on Linkedin Android
I want to share text on Linkedin for that i have used below code
public class ShareWithLinkedIn extends Activity {
public static final String CONSUMER_KEY = "YOUR_COUSUMER_KEY";
public static ...
0
votes
0answers
27 views
How to search for a user profile by calling LinkedIn App from my own app?
I have the information of a person and I wasnt to look that person up on LinkedIn using my own app.
So, I can call the search activity from LinkedIn using
Intent linkedinIntent = new ...
0
votes
1answer
71 views
Running Linkedin's Rest.li example
I am using the following links as a guide: 1 and 2
I downloaded gradle 1.4 - the rest.li source requires 1.2 or higher 1. When running gradle -version I see the following:
Gradle 1.4
Gradle build ...
0
votes
1answer
53 views
Spring social linkedin - trouble with org.codehaus.jackson.map.SerializationConfig.withSerializationInclusion
i began use spring social in my project. I already completed integration with facebook and twitter, but had trouble with linkedin.
if i try create connection:
Connection connection =
...
0
votes
3answers
177 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
35 views
LinkedIn - understanding User api access versus Server api access
In the linked in throttle limits, it breaks down requests by users and by application.
E.g.
Connections:
Application: 20k
Per User: 1500
What does application represent at this point? How does ...
0
votes
1answer
104 views
Can i search any person in linkedin with API or only people near me?
I am using the library linkedin-j to use the linkedin API in Java. I am testing the search functionality but it seems that only return people near me, and I need to search people who has not relation ...
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 ...
0
votes
1answer
219 views
selvin's code for integration of linkedin in android
This is done based on selvin's coding, but it doesnt work for me, that is message is not getting posted on the linked wall in android. after login stays in the same page.
This is the code `public ...
0
votes
0answers
55 views
Blank page after getting logged into the linkedin in android
The problem which has been poking me since many days, is integration of linkedin sharing for android, as i'm able to login but after clicking the post button to share the data on the wall, it directs ...
0
votes
1answer
137 views
linkedin: Message not getting posted
I'm doing linkedin integration for sharing the data in android, after giving the username and password and clicked on "sign in and allow" button i'm not able to move to the next page instead coming ...
1
vote
0answers
112 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
61 views
Limitation on getting fields of a out-of-network-profile searched using Linkedin people search api [closed]
I'm using Linkedin people-search api to find people out of my network providing firstname and lastname using Java. The search result retrieved is satisfactory but when I'm trying to get different ...
0
votes
1answer
158 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
0answers
25 views
When clicked on linkedin login option it redirects to the previous page [duplicate]
Possible Duplicate:
data not getting shared in linkedin(android)
i have done linkedin share functionality in my project to share current page's data but when i click on "linkedin share" ...
0
votes
0answers
168 views
How to extract profile details from LinkedIn using Java
I just gone through "www.developers.linkedin.com" and I created a sample app there in order to get api-key and token. But, when I checked it in Oath console I am not able fetch the results for queries ...
0
votes
0answers
118 views
data not getting shared in linkedin(android)
For making an post to linkedin that is sharing the updates everything goes fine, i had given secret and api key, and added postsign and other 2 jar file and given the codes, but to share the data it ...
0
votes
0answers
76 views
LinkedIn-J NULL Values
I am using the LinkedIn-J Lib.
My authentication works without any problems. I am able to fetch data from the user e.g. first name, last name etc.
Person profile = client.getProfileForCurrentUser();
...
0
votes
0answers
211 views
linkedin-j authorization failed
i work with the linkedin-j lib and try to authorize, but there always an exception is thrown:
I try to authorize first. But if i fetch the
request
and the
authURL
an exception is thrown(see ...
0
votes
1answer
107 views
how to avoid repeated authorizations from linkedin to same application
final LinkedInOAuthService oauthService = LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKeyValue, consumerSecretValue);
LinkedInRequestToken requestToken = ...
0
votes
1answer
172 views
Linkedin - REST API want to share network update using java 1.2 can't use scribe or other lib
we are trying to implement linkedin into our application and we want to use Rest API so we can share network updates via back-end using OAuth token to our own linkedin account
JavaScript API wont ...
1
vote
1answer
180 views
Class name to Share via Intent to LinkedIn only
I am currently in the process of creating direct intents to a selection of popular platforms in an Android app to share some text. I am currently trying to get a direct intent working with LinkedIn.
...
-2
votes
1answer
127 views
Retrieving names/surnames of LinkedIn/facebook/Tweeter users
I'm working on a social network project and I need a database of names and surnames of people from all over the world. Instead of searching for websites with different names/surnames list, I thought ...
0
votes
0answers
45 views
How can i search based on a type or types in cleo
I am trying to find suggestions to autocomplete a query.
Linkedin's cleo perfectly fits into my requirement but then i am not seeing provision to find suggestions based on a type only.
Lets say i have ...
7
votes
5answers
2k views
Can't post anything on LinkedIN using linkedin-j
First, my problem is that I can't post any Network Updates, post Shares or Invite by ID. I always get the following exception :
08-29 17:18:04.000: E/AndroidRuntime(4316): FATAL EXCEPTION: main
08-29 ...
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 ...
0
votes
2answers
171 views
Jackson Object mapping approach with Linkedin Rest API
When dealing with Linkedin Rest API, a lot of the fields has format like this:
"positions":
{
"_total": 1,
"values": [{"title": "Software Developer"}]
}
instead of:
"positions":
{
[{"title": ...
0
votes
1answer
164 views
Making additional Oauth calls to Linkedin API after authentication through SecureSocial
We're using the SecureSocial module to authenticate users with the LinkedIn API https://github.com/jaliss/securesocial. This works well, and the user is authorized. However, we want to populate the ...
5
votes
2answers
506 views
LinkedIn authentication issue in eclipse
I AM trying to Integrate LinkedIn with android. Using tutorials I have applied following code...
private void setWebView()
{
LinkedinDialog.oAuthService = ...
0
votes
1answer
598 views
scribe 1.3 share request to linkedin API return a 401 - unauthorized
I'm trying to send a share content to my linkedin from my web application, but it looks like I'm doing something wrong.
This is my java code:
String payload = "<?xml version=\"1.0\" ...
0
votes
1answer
271 views
how to delete or modify the linkedin cookies value using java?
How to reset the linkedin cookies in the browser through java, I am using socialauth to login to linkedin and the linkedin session maintains outside the application scope also.
So I want to clear the ...
0
votes
1answer
356 views
Could I get Linkedin oauth access token without explicitly user approve?
I'm working on a web app in Java that wants to read the app's user's Linkedin profile. Linkedin API uses oAuth and requires a process of getting the verification code via a request URL, also with a ...
1
vote
1answer
103 views
Can't find the jar for ImportLinkedInProfile
I am trying to use LinkedIn in a simple JSP-Servlet based application. In the sample code which I have there is a class called ImportLinkedInProfile. I am finding it difficult to get the jar for this. ...
1
vote
1answer
896 views
How to get Connections of Linkedin profile in android
I am trying to get the Connections or user's friends info from LinkedIn using LinkedIn jar for android and example given in google code, but i wont get Connections using ...
0
votes
1answer
156 views
Linkedin API. How do I get a pop window which asks user to click on allow and automatically get the code instead of copying and pasting in Linkedin
//Linkedin API
public AuthHandler(OAuthService serviceProvider)
{
Scanner in = new Scanner(System.in);
Token requestToken = serviceProvider.getRequestToken();
...
0
votes
1answer
312 views
how to obtain a “request token” in callback servlet?
I posted this question already to scribe-java github. I wonder, where I can get Token object inside my callback servlet, if I only have a String from LinkedIn server. This is how Scribe wants me to ...
0
votes
2answers
413 views
oAuth with Scribe for LinkedIn - accessToken issues
I'm using scribe for logging into LinkedIn in my application.
I would like to know if there is a way to automate the process of getting accessToken so that the user doesn't have to enter the ...
0
votes
1answer
939 views
Post a message to LinkedIn with Scribe in not working in Android
Below is the code to send a post message. On my screen i have an EditText section to allow the user to enter text and when they hit post the sendMessage function is called. I keep getting this in the ...
1
vote
1answer
675 views
LinkedIn Integration Into an Android Application
I am building a LinkedIn sharing feature for my Android application. I am able to log into LinkedIn, but afterwards the emulator is showing a blank screen. What am I doing wrong?
Here is the code, ...
0
votes
0answers
177 views
Is there any way to get my Linked-In contacts first degree connections via REST API [closed]
I want to know that is it possible to get my contacts's first degree connections through Linkedin-in REST API or do we have any other way to get contact's first degree connections programatically.
0
votes
1answer
80 views
How to get a list of projects from a position in LinkedIn-J
How could I get a list of projects from a position in LinkedIn-J? If it is not straightforwardly possible, how could I get a list of projects from a person/user/profile?
The documentation said ...
1
vote
1answer
337 views
LinkedIn-J does not return educations
I am using LinkedIn-J. My application authenticates without problem, I get data from the user - even their first name, last name etc.
Person profile = client.getProfileForCurrentUser();
...
1
vote
1answer
918 views
OAuth: HTTP 401 Status when trying to get access token to LinkedIn
Using linkedin-j, I have the following code in one part of my application
LinkedInOAuthService service = LinkedInOAuthServiceFactory.getInstance()
.createLinkedInOAuthService(consumerKey, ...
-1
votes
2answers
451 views
How to bring facebook,twitter,linkedin chat in to one java application? [closed]
I am trying to integrate facebook,twitter,linkedin chat in to one java application. I was searching for the same in google but did not find any useful information, so please if any of you have already ...
2
votes
3answers
219 views
Socially Connected
I have received a requirement to develop a feature to check if 2 email id's, logins or identities are socially connected. I hope to ask 2 users their facebook id, linkedin id (and in future may be ...
