I have searched alot about sending tweet to friend with twitter php api. I found a way to send direct messages but still searching for sending tweets because the following site doing similar thing.
Can i send tweet to friend with PHP?
abraham
#2
It’s POST statuses/update like like any other tweet you just include the @username
of the people in the status text.