图谱 API 版

Page Take Thread Control

Allows an app to take control of an idle conversation. If the app is a Primary Receiver, the app can take control of a conversation owned by another app. Part of the Messenger Platform Handover Protocol

读取

你无法在此端点执行该操作。

创建

你可以通过下列路径向 take_thread_control 连线发出 POST 请求:
发布到这个连线会创建 a Page

参数

参数描述
metadata
string

Additional information about the conversation

recipient
Object

The PSID for the customer who sent the message to your business

必填
id
numeric string

phone_number
string

name
Object

first_name
string

last_name
string

user_ref
string

comment_id

post_id
string

player_id
numeric string

one_time_notif_token
string

notification_messages_token
string

login_id
string

返回类型

这个端点支持先写后读,并会读取接收你的 POST 请求的节点。
Struct {
success: bool,
}

错误代码

错误描述
551This person isn't available right now.
100Invalid parameter
200Permissions error
504Invalid reply thread id
190Invalid OAuth 2.0 Access Token
230Permissions disallow message to user

更新

你无法在此端点执行该操作。

删除

你无法在此端点执行该操作。