facebook login for lava and v2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    facebook login for lava and v2

    PHP Code:
     <html>
        <
    head>
          <
    title>My Facebook Login Page</title>
        </
    head>
        <
    body>
          <
    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:truexfbml:true 
             
    });
          </
    script>
          <
    fb:login-button>Login with Facebook</fb:login-button>
        </
    body>
     </
    html
    add this to ya index and u can use ya facebook account on site lol

    Ull need an app id, u can get one if ur a verified user..

    to verify u gotta add ya mobile number to there site

    enjoy
Working...
X