It's easiest to remember that the redirect_uri in a access token request must be an exact match as the one passed into the auth code request
If the pre-registered redirect_uri is http://foo.com/authed an authorization code request's redirect_uri may be http://foo.com/authed/bar In the access token request for the returned code, the redirect_uri must be http://foo.com/authed/bar -Doug Tangren http://lessis.me On Sat, May 28, 2011 at 7:44 AM, Torsten Lodderstedt < [email protected]> wrote: > server
_______________________________________________ OAuth mailing list [email protected] https://www.ietf.org/mailman/listinfo/oauth
