Saturday 16 December 2017

Problem with twitter API

I'm using nodejs to build a twitter bot, everything works fine but I can't find information on a particular API, the one to return informations about a specific tweet. I'm using:loadTwit = function(value){ T.get('statuses/show/:id', { id:value }, function (err, data, response) { console.log(data); }) But it return me page not found. I guess the request is incorrect, but I can't find any documentation. Can you help me? Thanks

Submitted December 16, 2017 at 12:35PM by snakethesniper

No comments:

Post a Comment