有人可以告诉我使用zend oauth php获取谷歌用户帐户的个人资料图片的范围是什么
require_once 'Zend/Oauth/Consumer.php';
$SCOPES = array(
'https://www.googleapis.com/auth/userinfo#email',
'https://mail.google.com/',
'http://www.google.com/calendar/feeds/',
'https://www.google.com/m8/feeds/'
);
当我给https://www.googleapis.com/auth/userinfo#profile时,它抛出错误
任何帮助将非常感激