Get user basic information using facebook Login button plugin?
问题 Here I am using Facebook Login button plugin and javascript sdk I am able to successfully login and logout by using above. When a first time user has gone through authentication process I need to store user basic information i.e. Facebook login name, email in my database. Please suggest how I can do this. <p><fb:login-button autologoutlink="true"></fb:login-button></p> <div id="fb-root"></div> <script> window.fbAsyncInit = function () { FB.init({ appId: '123456', status: true, cookie: true,