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 ed0e797 commit 5daac14
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 @@ -115,7 +115,7 @@ module.exports = function(app, io, db){
callback_url: 'http://dcmap.herokuapp.com/instagram_callback'
};

request({url: url, params: params}, function(err, res, body){
request({url: url, qs: params}, function(err, res, body){
console.log(body);
if(err) throw err;
});
Expand Down

0 comments on commit 5daac14

Please sign in to comment.