是否可以使用 Bot for Messenger API 向用户的好友发送消息?
Is it possible to send a message to a user's friend using the Bots for Messenger API?
我正在考虑使用新的 Facebook Messenger API 向用户的好友发送消息。
例如:
Alice 的 Messenger 会话:
Alice: Send this result to Bob
Bot: Did you mean Bob Smith?
Alice: Yes
Bot: OK, sent.
在 Bob 的信使上:
Bot: Alice wanted to let you know that x
显然 Facebook 必须有一些垃圾邮件控制措施。
如果 Bob 必须先与 Messenger 机器人连接,这种情况是否可能?
如何将 post 发送给 "unknown" 用户的唯一方法是尝试 "customer matching"(一次收费 99 美元)。
When messages are sent to phone numbers, we will only send the message
if we have a certain level of confidence of expected delivery. If you
find that during testing you cannot message your own phone number,
re-verify it under Facebook user settings and wait 24 hours. At that
point, you should be able to successfully send a message to your own
phone.
最近他们推出了分享按钮。此按钮可以包含在通用模板中。问题是消息将由点击分享的用户发送,而不是由机器人发送。
此处参考:https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button
我正在考虑使用新的 Facebook Messenger API 向用户的好友发送消息。
例如:
Alice 的 Messenger 会话:
Alice: Send this result to Bob
Bot: Did you mean Bob Smith?
Alice: Yes
Bot: OK, sent.
在 Bob 的信使上:
Bot: Alice wanted to let you know that x
显然 Facebook 必须有一些垃圾邮件控制措施。
如果 Bob 必须先与 Messenger 机器人连接,这种情况是否可能?
如何将 post 发送给 "unknown" 用户的唯一方法是尝试 "customer matching"(一次收费 99 美元)。
When messages are sent to phone numbers, we will only send the message if we have a certain level of confidence of expected delivery. If you find that during testing you cannot message your own phone number, re-verify it under Facebook user settings and wait 24 hours. At that point, you should be able to successfully send a message to your own phone.
最近他们推出了分享按钮。此按钮可以包含在通用模板中。问题是消息将由点击分享的用户发送,而不是由机器人发送。
此处参考:https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button