Hi guys,

Quick question that "hunts" me and can't find an answer.

I'm using this line of code to post  tweets to my account direclty
from my website

 $host = "http://twitter.com/statuses/update.xml?
status=".urlencode(stripslashes(urldecode($message)))
and posting it with curl with my user/password

Will this still going to work after Twitter  upcoming June requirement
for Oauth. It's unclear to me.

Thanks, Paul

Reply via email to