Art*_*uro 4 php notifications facebook facebook-graph-api
我正在尝试使用Graph API Explorer从我的应用程序发送Facebook通知.所以我选择了我的应用程序POST,然后输入了这个字符串/
11093774316/notifications?access_token=430xxxxxx156|HU0ygMtxxxxxxxxxxxxikVKg&template=Hello&href=index.php
Run Code Online (Sandbox Code Playgroud)
访问字符串是我在"访问令牌调试器"上得到的,我检查它是否正常.
但是,我收到此错误消息:
{
"error": {
"message": "(#15) This method must be called with an app access_token.",
"type": "OAuthException",
"code": 15
}
}
Run Code Online (Sandbox Code Playgroud)
我会说它在一个月前工作了......有什么想法吗?
谢谢