用户使用facebook登录后检索更多数据。 [英] Retrieval of more data after a user login with facebook.

查看:87
本文介绍了用户使用facebook登录后检索更多数据。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

This is code for showing data of a user who currently loggedIn :
FB.api('/me', function(response) {
	alert("response: " + response.owner);
      console.log('Good to see you, ' + response.email + '.');
      document.getElementById('status').innerHTML = 'Good to see you, ' +
        parseJSON(response.name);
    });

How can I find more information like facebook-url,Number of friends etc.

推荐答案

这篇关于用户使用facebook登录后检索更多数据。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆