I am working on a metro app which makes an OAuth request for Facebook.Is it possible to redirect the Oauth token directly to my external server rather than getting it on the client and sending it to the server?
Does the "redirect_uri" parameter serve the same purpose?And is it standard across other services?