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?
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.
|
|
|||||
|
|
If you are using JavaScript... you need to call FB.login, that will open the login dialog. Hope that helps. |
|||
|
|