$url = “https://api.twitter.com/1.1/direct_messages/new.json” ;
$text=“hellotwor”;
$screen_name=“Laks…”;
$res=$tweet->post($url, array(‘text’ => “$text”,‘screen_name’ => “$screen_name”));
ERROR–
stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [message] => Sorry, that page does not exist [code] => 34 ) ) )
I am not getting what is the mistake.