Hi All,

I am new to twitter API :)
I am trying to post status using API ...

Have a look on my code .

<?php
        include("class.twitter.php");
        $twit=new twitter();
        $response1=$twit->update("Hi it is working re dada",$_POST
['name'],$_POST['password'] );
?>

Please tell me what wrong I am doing..

Thanks
Rahul

Reply via email to