I'm trying to get the user to login using their Facebook account on the page but for some reason the button on the page does nothing. What the heck am I doing wrong? Link: http://friendsconnect.org/Main.php.
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.
|
Pasting the
That way it won't be called until everything is all set up. Also, you don't need all three of these:
You only need one of them, probably the |
|||||
|

FBbefore calling the.login()). – David Thomas Apr 30 '11 at 23:53FB.init()is being loaded/called, and then move that around so that it's called ahead ofFB.login(), without examining your scripts I can't be sure where either of them are. Possibly you could post the JavaScript/jQuery click-handler for the 'Connect with Facebook' button? And whatever script(s) that click-handler calls..? – David Thomas May 1 '11 at 0:03