Connecting to Social Network with Spring Social
Hi,
I am using the Spring Show Application Example as a guide to connect to Twitter.
When connection process is triggered by clicking the "Sign in with Twitter " button I get the folllowing response in Console:
Jan 24, 2013 11:32:37 AM org.apache.http.impl.client.DefaultRequestDirector handleResponse
WARNING: Authentication error: Unable to respond to any of these challenges: {}
Jan 24, 2013 11:32:37 AM org.springframework.web.client.RestTemplate handleResponseError
WARNING: POST request for "https://api.twitter.com/oauth/request_token" resulted in 401 (Unauthorized); invoking error handler
I have double cheked the properties file to ensure the Consumer Key and Consuser Secret is valid.
I ntocied there is a similar post regarding this issue in the Forum but it is not helpful .
Looking for some advice.
Thanks