Request Nodejs với proxy

Em đang viết 1 đoạn nodejs để request đến api của facebook như này. requesst dạng như này:

request("https://graph.fb.me/"+postid+"/reactions?method=post&type="+cx+"&access_token="+token[e].access_token, function (err, resp, body) {
 	//todo
});

vậy giờ em muốn thêm proxy vào thì như thế nào ạ ( proxy có authenticate nha ). em cảm ơn. em có tìm gg mà test thử ko có được.

curl_setopt($ch, CURLOPT_PROXY, 'IP:PORT');
$proxyauth = 'user:pass';
curl_setopt($ch, CURLOPT_PROXYUSERPWD, $proxyauth);

em làm php thì nó như này còn nodejs thì em ko biết cú pháp đúng ntn ạ !

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?