我想问,我有这个代码:
echo '
<form action="https://graph.facebook.com/'.$data['user_id'].'/notifications?access_token='.$data['oauth_token'].'&href=some_url&template=hello" method="POST">
<input type="submit">
</form>
如果我想发送它,则会出现此消息:
{ "error": { "message": "(#15) 必须使用应用程序访问令牌调用此方法。", "type": "OAuthException", "code": 15 } }
但如果我想张贴到我的墙上,或者创建新的相册,它可以使用这个令牌正常工作。
感谢您的帮助,我不知道还能做什么。