-
Jan 24th, 2013, 05:44 AM
#1
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
-
Jan 24th, 2013, 10:16 AM
#2
Solved. It was the Keys afterall. I had keys in multiple properties files and application was referencing the wrong consumer key and secret.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules