What steps will reproduce the problem?
1. register application with yahoo
2. take authentication information (key/secret) and place in properties file
3. verify the application URL is the same as the URL the application will run (http://abc.com:8080/SocialAuthDemo/socialAuthSuccessAction.do
4. Using the demo, click on the yahoo icon to launch the authentication screen
I am getting
org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not correct. The server running the application should be same that was registered to get the keys.
Environment
Windows, also please note that I am running this on my local. I have made the necessary changes to my hosts file to update the localhost with some logical domain "abc.com"
Also I am working in India, so do you think server time could be an issue?