เวอร์ชันของ API กราฟ

คำเชิญ /{request-id}

คำเชิญเล่นเกมแต่ละรายการที่ผู้ใช้ได้รับ ซึ่งส่งมาจากแอพหรือผู้ใช้รายอื่น

คำแนะนำที่เกี่ยวข้อง

การอ่าน

Graph API Explorer
GET /v21.0/{request-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(
    '/{request-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(
    "/{request-id}",
    function (response) {
      if (response && !response.error) {
        /* handle the result */
      }
    }
);
/* make the API call */
new GraphRequest(
    AccessToken.getCurrentAccessToken(),
    "/{request-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:@"/{request-id}"
                                      parameters:params
                                      HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
                                      id result,
                                      NSError *error) {
    // Handle the result
}];

สิทธิ์การอนุญาต

  • คุณจะต้องใช้โทเค็นการเข้าถึงของผู้ใช้ หากคุณกำลังส่งคำเชิญโดยใช้เพียง ID อ็อบเจ็กต์คำเชิญและต้องการทราบเกี่ยวกับผู้รับคำเชิญนั้นๆ คำเชิญนั้นต้องได้รับการส่งถึงผู้ใช้ซึ่งเป็นเจ้าของโทเค็นการเข้าถึงที่คุณกำลังใช้งานอยู่
  • คุณสามารถใช้โทเค็นการเข้าถึงแอพได้เมื่อคุณกำลังส่งคำเชิญโดยใช้สตริง ID ผู้ใช้และ ID อ็อบเจ็กต์คำเชิญแบบเชื่อมเข้าด้วยกัน หรือเมื่อคุณใช้เพียง ID อ็อบเจ็กต์คำเชิญแต่ไม่ต้องการทราบข้อมูลเกี่ยวกับผู้รับ โปรดดูข้อมูลเพิ่มเติมเกี่ยวกับ ID นี้ที่เอกสารเกี่ยวกับคำเชิญ

ช่อง

ชื่อ คำอธิบาย ประเภท

id

ID อ็อบเจ็กต์คำเชิญ

string

application

แอพที่เชื่อมโยงกับคำเชิญนั้นๆ

App

to

ผู้รับคำเชิญนั้นๆ

User

from

ผู้ส่งที่เชื่อมโยงกับคำเชิญนั้นๆ ช่องนี้จะมีอยู่ในคำเชิญระหว่างผู้ใช้กับผู้ใช้เท่านั้น

User

message

สตริงที่อธิบายเกี่ยวกับคำเชิญนั้นๆ

string

created_time

ประทับเวลาสำหรับเวลาที่สร้างคำเชิญนั้นๆ

datetime

การเผยแพร่

คุณไม่สามารถเผยแพร่โดยใช้ตำแหน่งข้อมูลนี้ได้

คำเชิญจะได้รับการเผยแพร่ผ่านกล่องคำเชิญเล่นเกม หากแอพของคุณเป็นเกม คุณจะสามารถเผยแพร่คำเชิญจากแอพได้โดยใช้จุดเชื่อมโยง /{user-id}/apprequests

การลบ

DELETE /v21.0/{request-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->delete(
    '/{request-id}',
    array (),
    '{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(
    "/{request-id}",
    "DELETE",
    function (response) {
      if (response && !response.error) {
        /* handle the result */
      }
    }
);
/* make the API call */
new GraphRequest(
    AccessToken.getCurrentAccessToken(),
    "/{request-id}",
    null,
    HttpMethod.DELETE,
    new GraphRequest.Callback() {
        public void onCompleted(GraphResponse response) {
            /* handle the result */
        }
    }
).executeAsync();
/* make the API call */
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
                               initWithGraphPath:@"/{request-id}"
                                      parameters:params
                                      HTTPMethod:@"DELETE"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
                                      id result,
                                      NSError *error) {
    // Handle the result
}];

สิทธิ์การอนุญาต

  • คุณจะต้องใช้โทเค็นการเข้าถึงของผู้ใช้ หากคุณกำลังใช้เพียง ID อ็อบเจ็กต์คำเชิญ นอกจากนี้ คำเชิญนั้นต้องได้รับการส่งถึงผู้ใช้ซึ่งเป็นเจ้าของโทเค็นการเข้าถึงที่คุณกำลังใช้งานอยู่
  • คุณสามารถใช้โทเค็นการเข้าถึงแอพได้เมื่อคุณกำลังใช้สตริง ID ผู้ใช้และ ID อ็อบเจ็กต์คำเชิญแบบเชื่อมเข้าด้วยกัน

ช่อง

ไม่มีช่องที่จำเป็นต้องลบ

การตอบกลับ

หากสำเร็จ การแสดงผลจะเป็นดังนี้

{
  "success": true
}

หากไม่เป็นเช่นนั้น ระบบจะส่งคืนข้อความแสดงข้อผิดพลาดที่เกี่ยวข้อง

การอัพเดต

คุณไม่สามารถอัพเดตโดยใช้ตำแหน่งข้อมูลนี้ได้