In Facebook for Websites there is a very shallow explanation on how to use Javascript SDK to add a beautiful "Login with Facebook" button in my site. The reference documentation of the tag fb:login-button is not much better, but at least says I can use it without XFBML, but is not very specific on the details.
On the other hand, the Authentication documentation is very detailed and explains everything I need to know on how to use OAuth system in my website, in a language I can understand very well, talking about HTTP requests and such. But I need a link in my site that redirects the user to Facebook, instead of the pop-up I get with fb:login-button.
What is the relation of that fb:login-button with the methods explained in the Authentication page? How can I use the button with the popup? How can I set my redirect_uri? How can I have access to the user's id?