1. 申请Facebook账号
2.登陆http://developers.facebook.com/申请APPID
3.一定要对你申请的APP设置Site URL 和Site Domain, 如果你需要调试,可以设置为http://localhost/和localhost
4.在页面中引用JS, <script src="//connect.facebook.net/en_US/all.js"></script>
5.现在就可以调用API了,在调用API之前,必须要进行初始化
调用如下函数进行初始化:
FB.init({
appId: '447540288619439', // App ID
channelUrl: 'http://example.com/channel.html', // Channel File
status: true, // check login status
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse XFBML
oauth : t