Hi,
I am getting the following error when I trying to create a Network update using LinkedIn Module. Have any idea why it is occuring? Thanks.
WARN [org.springframework.web.client.RestTemplate] PUT request for "https://api.linkedin.com/v1/people/~/person-activities" resulted in 405 (Method Not Allowed); invoking error handler
ERROR [com.direxxis.dmedge.batch.socialmedia.SocialMediaP osterTest] org.springframework.web.client.HttpClientErrorExce ption: 405 Method Not Allowed
My code is below
final LinkedIn linkedin = linkedin(userName);
linkedin.networkUpdateOperations().createNetworkUp date(message);
Using 1.0.1.BUILD-20111215.091643-8 version of LinkedIn Module.


Reply With Quote
