zend oauth phpを使用してGoogleユーザーアカウントのプロフィール写真を取得するためのスコープとして何を与えるか教えてください
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を指定すると、エラーがスローされます
どんな助けでも大歓迎です