We just launched a website with spring social but I found that on one computer (macbook pro/Safari) it gives an error.
This is the url that it fails onCode:{ "error": { "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.", "type": "OAuthException", "code": 191 } }
I tried some other computers (Macbook Air/Safari & Firefox, Windows/IE) and it works fine. I also tried copy-pasting this url into another computer and it works fine.Code:https://graph.facebook.com/oauth/authorize?client_id=[MY_CLIENT_ID]&response_type=code&redirect_uri=http%3A%2F%2F[MY_DOMAIN].com%2Fsignin%2Ffacebook&scope=publish_stream%2Cuser_photos%2Coffline_access
Has anyone seen this issue? It could be machine or browser specific.
I am using spring social 1.0.2.RELEASE. Is it worth updating it to a later version?
All feedback is really appreciated as we are not sure how big this problem is.


Reply With Quote
