【发布时间】:2012-01-10 11:58:41
【问题描述】:
我正在使用此代码:
$facebook->api('/me/likes/', 'post', array('url' => 'http://www.google.com'));
我收到以下错误:
Fatal error: Uncaught OAuthException: (#200) App does not have permission to make this call thrown in
范围(权限)是:
'scope' => 'publish_stream, email'
【问题讨论】:
-
请停止在标题中写标签。
标签: php facebook facebook-graph-api