T.post('statuses/update',{status: 'filter streams to find your target-http://www.cscinco.com/event?e=58589bfc4f2fe526d999f8a1&u=5858bc8c4f2fe526d999f91c'}, function(error, data, response){
if(error){
console.log(error);
}
console.log(data);
console.log(response);
});
var params = { status: '@sivasai filter streams to find your target ', attachment_url: "http://www.cscinco.com/event?e=58589bfc4f2fe526d999f8a1&u=5858bc8c4f2fe526d999f91c" }
T.post('statuses/update', params, function(error, data, response){
if(error){
console.log(error);
}
console.log(data);
console.log(response);
});
when I am executing the code-1 I am able to get the output post in the tweet. the URL is working with in 140
When I am executing the code-2 I am unable to see the post in the tweet not working against 140?