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 f45c99b commit 65d9373
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions instagram_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,8 @@ module.exports = function(app, io, db){
radius: config.instagram.RADIUS,
callback_url: config.instagram.CALLBACK_URL
};
// url += qs.stringify(params);
console.log(url);
deleteInstagramSubs(function(){
request.post({url: url, form: params}, function(err, res, body){
console.log(body);
if(err) throw err;
});
});

request.post({url: url, form: params}, function(err, res, body){
if(err) throw err;
});
};

0 comments on commit 65d9373

Please sign in to comment.