facebook图api中的节点ID是什么?如何找到它?

时间:2017-01-25 23:32:28

标签: javascript facebook facebook-graph-api graph

您好,并提前感谢您,我目前正在浏览facebook graph api的文档,我正在努力理解它。

/* make the API call */
FB.api(
"/{photo-id}",
function (response) {
  if (response && !response.error) {
    /* handle the result */
  }
}
);

图形api具有使用您想要从中获取数据的节点的id(如上所示)的约定。我不知道在哪里获取每个节点的id。如果有人能够解释它或指出我正确的方向,我会非常感激。再次感谢你。

1 个答案:

答案 0 :(得分:1)

这是一个Facebook示例来获取你的照片:



/* external.css */
html,body{
  margin:0; padding:0;
}
.main{
  width:980px; margin:0 auto;
}

<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
  <head>
    <meta http-equiv='content-type' content='text/html;charset=utf-8' />
    <link type='text/css' rel='stylesheet' href='external.css' />
    <script type='text/javascript' src='myapp.js'></script>
    <script type='text/javascript' src='//connect.facebook.net/en_US/sdk.js'></script>
  </head>
<body>
  <div class='main'>
    Nothing to See But the JavaScript and HTML &lt;script&gt; tag order
  </div>
</body>
</html>
&#13;
    rpcuser=user
    rpcpassword=123456
    rpcport=8332
    rpcallowip=192.168.0.123 (server php ip)
&#13;
&#13;
&#13;