ebchost Posted July 27, 2011 Share Posted July 27, 2011 My login FB button do not wort <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"></script> <script> FB.init({ appId:'YOUR_APP_ID', cookie:true, status:true, xfbml:true }); </script> <fb:login-button>Login with Facebook</fb:login-button> When i click button, nothing happens i refill alredy my APP ID number What is the problem? Link to comment https://forums.phpfreaks.com/topic/242920-facebook-login-button/ Share on other sites More sharing options...
darkfreaks Posted July 27, 2011 Share Posted July 27, 2011 did you read the API example http://developers.facebook.com/docs/authentication/ Link to comment https://forums.phpfreaks.com/topic/242920-facebook-login-button/#findComment-1247733 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.