I'm hoping for a little bit of help. I'm using the "Login via facebook" button to verify users ages before they enter my site using the following XFBML.
<fb:login-button size="large" scope="user_birthday" onlogin='validate();'>Connect With Facebook</fb:login-button>
If the user is not logged into Facebook, the text appears as expected. However if the user is already logged into Facebook and has previously visited my site through Facebook, the text says "Log In". Is there any way to make it say "Connect With Facebook" everytime? Thanks, Andrew