BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

getSearch problem #64

Closed siavashsoleymani closed 6 years ago

siavashsoleymani commented 7 years ago

twitter.getSearch({'q':'#haiku','count': 10}, error, success); ^

TypeError: twitter.getSearch is not a function at Object. (/home/siavash/Desktop/node js/twitterApi/index.js:21:9) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Function.Module.runMain (module.js:442:10) at startup (node.js:136:18) at node.js:966:3

FedericoAlvarez commented 6 years ago

I have the same issue, How do you fix it? @siavashsoleymani