/{link-id}
ลิงก์ที่แชร์บน Facebook
GET /v21.0/{link-id} HTTP/1.1
Host: graph.facebook.com
/* PHP SDK v5.0.0 */
/* make the API call */
try {
// Returns a `Facebook\FacebookResponse` object
$response = $fb->get(
'/{link-id}',
'{access-token}'
);
} catch(Facebook\Exceptions\FacebookResponseException $e) {
echo 'Graph returned an error: ' . $e->getMessage();
exit;
} catch(Facebook\Exceptions\FacebookSDKException $e) {
echo 'Facebook SDK returned an error: ' . $e->getMessage();
exit;
}
$graphNode = $response->getGraphNode();
/* handle the result */
/* make the API call */
FB.api(
"/{link-id}",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);
/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"/{link-id}",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result */
}
}
).executeAsync();
/* make the API call */
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
initWithGraphPath:@"/{link-id}"
parameters:params
HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error) {
// Handle the result
}];
ชื่อ | คำอธิบาย | ประเภท |
---|---|---|
| ID ลิงก์ |
|
| เวลาที่เผยแพร่ข้อความ |
|
| คำอธิบายของลิงก์ (แสดงใต้คำบรรยายลิงก์) |
|
| ผู้ใช้ที่สร้างลิงก์ | |
| URL ไปยังไอคอนลิงก์ที่ Facebook แสดงในฟีด |
|
| URL ที่แชร์ |
|
| ข้อความจากผู้ใช้เกี่ยวกับลิงก์นี้ ซึ่งจะระบุหรือไม่ก็ได้ |
|
| ชื่อลิงก์ |
|
| URL ไปยังภาพขนาดย่อที่ใช้ในโพสต์ลิงก์ |
|
เลิกใช้ในเวอร์ชั่น 8.0 ขึ้นไป | ความรู้สึก, การกดถูกใจ, รักเลย, ว้าว, ฮ่าๆ, เสียใจ, โกรธ และการไม่แสดงความรู้สึกใดๆ ต่อลิงก์ |
|
โปรดใช้เอกสารประกอบเกี่ยวกับการแชร์เพื่อเผยแพร่
คุณไม่สามารถอัพเดตลิงก์โดยใช้ API กราฟได้