我正在尝试开发PHP应用程序,我想通过它向任何个人Facebook用户发送消息。
我使用的是以下API:https://developers.facebook.com/docs/messenger-platform/send-api-reference/text-message
在开发我的应用时,我正在关注这个:http://www.phpgang.com/facebook-messenger-api-for-pages-using-curl-php_3929.html。
但是当我运行我的应用程序时,它会抛出错误:
Array ( [error] => Array ( [message] => (#100)
No matching user found [type] => OAuthException [code] => 100
[error_subcode] => 2018001 [fbtrace_id] => Ha3u2Mvk1ZF ) )
请有人帮忙,我被困在这里。