Questions tagged [linkedin-j]
83 questions
0
votes
1 answer
Can't post a network update
I am using linkedin-j for authenticating an managing linkedin API in java. I have no problems in getting user info, email address and so. Even I don't have problems posting a share:
final LinkedInApiClientFactory factory =…

hiamex
- 295
- 2
- 11
0
votes
1 answer
LinkedInApiClientException: java.lang.IllegalArgumentException: MOBILE
I am using linkedin-j-android.jar for linkedinIn connectivity and successfully done my requirement. But for some user, i am getting below exception when I trying to get user updates.
com.google.code.linkedinapi.client.LinkedInApiClientException:…

Vivek Kumar Srivastava
- 2,158
- 1
- 16
- 23
0
votes
0 answers
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 below).
This is my code:
private static String…

hannes
- 519
- 4
- 11
- 23
0
votes
1 answer
how to avoid repeated authorizations from linkedin to same application
final LinkedInOAuthService oauthService = LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKeyValue, consumerSecretValue);
LinkedInRequestToken requestToken =…

vinodn
- 366
- 3
- 10
0
votes
1 answer
is linkedIn-j compatible on android Samsung GALAXY 2.3.6
I'm trying to integrate linkedin using linkedin-j or/and scribe_1.3 on my devide Samsung Galaxy S (android version 2.3.6) and I want to know if it's compatible.
my app always crashes on:
Token liToken = oAuthService.getRequestToken(callback); with…

user1459089
- 11
- 8
0
votes
2 answers
Facebook SDK doesn't work after API LEVEL 10 on Android
I used Facebook SDK (and Twitter, Linkedin) to make a log in on my app.
It works perfectly if I specify the minSdkVersion<10. I need to upgrade the app to use Fragment..
For the 11 and greater, the app…

user420574
- 1,437
- 5
- 21
- 33
-1
votes
1 answer
LinkedIn Sharing via our own app, not possible to scroll
So we created the app called “taggrx” that enables companies to share posts they posted on linkedin, with their employees and then the employees can share these posts through this app.
No we implemented the usual linkedin share button and when…
-1
votes
1 answer
how to get group list from linkedin using linkedin api?
HI i wanted to get entire group list from linkedin using linkedin api,if not possible atleast get some groups from linkedin to process the data.can any one help how to get group list?

user1585111
- 1,019
- 6
- 19
- 35