Skip to content

Commit

Permalink
fixing ig stream
Browse files Browse the repository at this point in the history
  • Loading branch information
will-horning committed Sep 3, 2014
1 parent 61187d0 commit 7943473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagram_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = function(app, io, db){
url += qs.stringify(params);
console.log(url);
request.post(url, function(err, res, body){
// console.log(body);
console.log(body);
if(err) throw err;
});
};

0 comments on commit 7943473

Please sign in to comment.