BoyCook / TwitterJSClient

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

Undefined JSON returned #46

Closed AJJord closed 8 years ago

AJJord commented 8 years ago

twitter.getCustomApiCall('/statuses/lookup.json',{ id: '750616908253331456'}, error, success); is returning undefined when used. Does anybody know why this is happening?

PorterK commented 8 years ago

Did you try un-stringing the ID number?