I'm encountering a problem wherein I receive a 401 - Not authorized error when receiving a Gowalla oauth token using the ConnectController. I've verified that I am, in fact, receiving back a token by setting a breakpoint in the Oauth2Template where it executes the RestTemplate's postForObject method and visually inspecting the response.
My two assumptions were that:
1. The ConnectController would persist the connection in the connection table
2. I would be redirected to the connect/gowallaConnected view (which I defined).
What am I missing? What is the next step?
Thanks in advance for your help!


Reply With Quote