When i am using offer.make offer function var offer = { partnerAccountId: 76561198361006906, accessToken: "F8Rnh10I", itemsFromThem: [{ appid: 730, contextid: 2, amount: 1, assetid: "9710052624" }], itemsFromMe: [], message: "Hello! Checkout what I'm offering You ;)"};offers.makeOffer(offer, function(err, result){ // 2. callback function that will handle result of makeOffer if (err) { console.log(err); //return; } console.log(result); }); i am getting error this._requestCommunity.get(requestParams, function(error, response, body) { ^ TypeError: Cannot read property 'get' of undefined like this how can i solve this ? any solution for this ??