Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I invoke the facebook connection without user click in facebook-button?

I have facebook login button in my Login.aspx, and other button in my Main.aspx who just redirect to Login.aspx. If user clicks on button of Main.aspx I want invoke facebook login button (open the litle popup bla bla bla.). If I don't do this, the user has to click 2 times to open the facebook dialog popup.

Any idea?

share|improve this question
@CBroe it doesn't help.. what I want to do is call the function of facebook button without click in the button! – oteal Aug 24 '12 at 11:32

1 Answer

If you are using JavaScript... you need to call FB.login, that will open the login dialog.

Hope that helps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.