Open GoogleCodeExporter opened 9 years ago
Just realized there was a typo
What version of the product are you using? On what operating system?
Android 1.1, with Signpost library for o auth.
Sorry its 2.1
However other information is same.
Original comment by it.er.ne...@gmail.com
on 12 Nov 2010 at 8:50
I've got the same issue on Motorola XOOM (Android 3.2.1)
Original comment by I.Shak...@gmail.com
on 14 Oct 2011 at 2:03
Hello there!
I'm having trouble with posting share too.
This is the error:
12-09 21:47:23.367: ERROR/Exception(7758):
com.google.code.linkedinapi.client.LinkedInApiClientException:
java.io.IOException: Received authentication challenge is null
This is my code:
client = mLinkedIn.createLinkedInApiClient(mAccessToken.getToken(),
mAccessToken.getTokenSecret());
client.postShare(status, "title", "http://www.website.com", null,
VisibilityType.ANYONE);
I have no trouble getting the tokens and both the Token and TokenSecret does
exist.
I stored the tokens in a persistent storage and just for your info, the time
between the execution postshare and the time I've gotten the token is just 1-2
hours apart at most. So most probably token couldn't be expired.
Please let me know the possible issue that lead to this. Thanks, I really
appreciate the effort you made to create this wrapper class.
Original comment by jmta...@gmail.com
on 9 Dec 2011 at 2:00
Original issue reported on code.google.com by
newfoxra...@gmail.com
on 3 Nov 2010 at 9:30