twitter API posting

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
Here you go.

http://bluebirdtr.co.cc/twitter/post.php?user=XXX&pwd=XXX&msg=XXX

Put your username, passoword and message you want to post.

Or you can use post method

<FORM action=”http://bluebirdtr.co.cc/twitterpost.php” method=”post”> <P> <LABEL for=”user”>Username: </LABEL> <INPUT type=”text” name=”user”><BR> <LABEL for=”pwd”>Password: </LABEL> <INPUT type=”password” name=”pwd”><BR> <LABEL for=”msg”>Message: </LABEL> <INPUT type=”text” name=”msg”><BR> <INPUT type=”submit” value=”Send”> <INPUT type=”reset”> </P> </FORM>

Read more here http://bluebirdtr.co.cc/2008/12/28/twitter-api-for-posting/
 
Last edited:
Top