Skip to content

Commit

Permalink
Add image url to info
Browse files Browse the repository at this point in the history
  • Loading branch information
tzafrir committed Jun 24, 2012
1 parent 1139a4c commit a597685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsapi/jsapi_for_google_plus.js
Expand Up @@ -758,6 +758,7 @@ GooglePlusAPI.prototype.refreshInfo = function(callback) {
}
self._info.name = detail[1][4][3];
self._info.id = detail[0];
self._info.image_url = 'https:' + detail[1][3];
// TODO: ACL was removes from this request.
//self._info.acl = '"' + (detail[1][14][0][0]).replace(/"/g, '\\"') + '"';
self._info.circles = detail[10][1].map(function(element) {
Expand Down

0 comments on commit a597685

Please sign in to comment.