The default oauth servlet that comes with shindig uses /oauth/requestToken for the request token endpoint.
Authorize url is /oauth/authorize and Access Token endpoint is /oauth/accessToken On Fri, Feb 5, 2010 at 10:02 PM, Pranav Modi <[email protected]> wrote: > Hello, > > I just installed the default version of Shindig, got it running and now am > trying the check out the Oauth capabilities of Shindig. I know token > persistence has to be implemented, but was just trying to make a > 'unauthorized request token' request. I made a GET request at this url - > http://myserver.com/oauth-provider/request_token and appended the > parameters > to it. It is returning a strange java.io.FileNotFoundException on this > line > - connection.getInputStream(). What could be the reason for this? Am i > using > the wrong url? > > Thanks, > Pranav. >
