I have a question with regards to the facebook dialog.
Basically, I would like to popup the dialog for the user to enter their credentials. Once they are authorized, I want the callback Url to be custom (but on same domain as specified in website url).
However, the FB.login method only takes 2 params: callback fcn and scope.
Any ideas how I can change the callback url once the user has logged in?
Thanks