/{conversation-id}
การสนทนาบน Messenger ระหว่างผู้ใช้กับเพจ Facebook หรือบัญชีมืออาชีพบน Instagram
GET /v21.0/{conversation-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(
'/{conversation-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(
"/{conversation-id}",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);
/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"/{conversation-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:@"/{conversation-id}"
parameters:params
HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error) {
// Handle the result
}];
MESSAGING
บนเพจที่มีการสืบค้นได้ในการส่งข้อความบน Instagram คุณจำเป็นต้องมีสิ่งต่อไปนี้
ชื่อ | คำอธิบาย |
---|---|
| ID สำหรับการสนทนา |
| ข้อความภายในการสนทนา |
การส่งข้อความบนเพจเท่านั้น
การส่งข้อความบนเพจเท่านั้น
การส่งข้อความบน Instagram เท่านั้น | ผู้มีส่วนร่วมในการสนทนา ID ใน Instagram และ ID ในเพจสำหรับผู้ใช้หรือ Instagram ID สำหรับบัญชีมืออาชีพบน Instagram หรือ ID เพจ อีเมลสำหรับผู้ใช้หรือเพจ ชื่อสำหรับผู้ใช้หรือเพจ ชื่อผู้ใช้ Instagram สำหรับผู้ใช้หรือบัญชีมืออาชีพบน Instagram |
| เวลาที่เพิ่มข้อความล่าสุดลงในการสนทนา |
หากต้องการเรียกดูข้อมูลเกี่ยวกับข้อความที่เจาะจงในการสนทนา ให้ส่งคำขอไปยังตำแหน่งข้อมูลของข้อความ
คุณไม่สามารถเผยแพร่โดยใช้จุดเชื่อมโยงนี้ได้
ใช้แพลตฟอร์ม Messenger เพื่อส่งเทมเพลตการตอบกลับด่วน และอื่นๆ
คุณไม่สามารถลบโดยใช้จุดเชื่อมโยงนี้ได้
คุณไม่สามารถอัพเดตโดยใช้จุดเชื่อมโยงนี้ได้
ชื่อ | คำอธิบาย | ใช้เพื่อเผยแพร่ |
---|---|---|
รายการข้อความทั้งหมดอยู่ในการสนทนา | ตอบกลับ (โดยเพจเท่านั้น) |