I'm trying to post a network update using Linkedin-J. Here is my code:
final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(linkedin_app_id, linkedin_app_secret);
final LinkedInApiClient client = factory.createLinkedInApiClient(token, tokenSecret);
client.postNetworkUpdate(message);
No exception occures but nothing is posted.
The app status is Live and I tried in vain removing my own account from the developpers list.