Skip to content

Commit

Permalink
add tweet author to cloudJob
Browse files Browse the repository at this point in the history
  • Loading branch information
Horacio Herrera committed Jul 14, 2015
1 parent 6df32ef commit d3a3b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudCode/cloud/main.js
Expand Up @@ -132,6 +132,8 @@ function getTweets() {
tweet.set("created_at", content.created_at );
tweet.set("id_str", content.id_str);
tweet.set("platform", "twitter");
tweet.set("author", content.user.screen_name);
tweet.set("author_name", content.user.name);

tweets.push(tweet);

Expand Down

0 comments on commit d3a3b3e

Please sign in to comment.