/{conversation-id}
Percakapan Messenger antara seseorang dan Halaman Facebook atau Akun Profesional 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
di Halaman yang sedang di-kueriUntuk Berkirim Pesan di Instagram, Anda juga membutuhkan:
Nama | Deskripsi |
---|---|
| ID percakapan |
| Pesan dalam percakapan |
Hanya berkirim pesan di Halaman
Hanya berkirim pesan di Halaman
Hanya berkirim pesan di Instagram | Peserta dalam percakapan ID lingkup Instagram atau ID lingkup Halaman untuk seseorang atau ID Instagram untuk akun Profesional Instagram atau ID Halaman Anda. Email untuk orang atau Halaman Nama untuk orang atau Halaman Nama pengguna Instagram untuk seseorang atau akun Profesi Instagram Anda |
| Waktu ketika pesan terakhir ditambahkan ke percakapan |
Untuk mendapatkan informasi tentang pesan tertentu dalam percakapan, kirimkan permintaan ke endpoint Pesan.
Anda tidak dapat menerbitkan dengan edge ini.
Gunakan Platform Messenger untuk mengirim Template, Balasan Cepat, dan banyak lagi.
Anda tidak dapat menghapus dengan edge ini.
Anda tidak dapat memperbarui dengan edge ini.
Nama | Deskripsi | Digunakan untuk Menerbitkan |
---|---|---|
Daftar semua pesan dalam percakapan | Balasan (oleh Halaman saja) |