Skip to content

Commit

Permalink
testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Nov 15, 2011
1 parent 664119e commit c6ff24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slides/api-slides/hangout-example.js
Expand Up @@ -9,7 +9,7 @@ var Participant = {
return tabSet.addTab(participant.person.displayName);
},
getActivities: function() {
$.get('https://www.googleapis.com/plus/v1/people/' + this.gplusId + '/activities/public?key=AIzaSyB14Ua7k5_wusxHTQEH3sqmglO7MHjHPCI&maxResults=5&pp=1&alt=json', function(data){
$.get('https://www.googleapis.com/plus/v1/people/' + gplusId + '/activities/public?key=AIzaSyB14Ua7k5_wusxHTQEH3sqmglO7MHjHPCI&maxResults=5&pp=1&alt=json', function(data){
return data;
}, "jsonp");
}
Expand All @@ -32,9 +32,9 @@ function init() {
});
//var tabIds = addTabForEachPerson(tabs, participants);

var gplusIds = getGPlusIds(participants);
//var gplusIds = getGPlusIds(participants);

getGPlusActivities(gplusIds, tabIds);
//getGPlusActivities(gplusIds, tabIds);
}

/*function addTabForEachPerson(tabs, participants) {
Expand Down

0 comments on commit c6ff24a

Please sign in to comment.