Hi Paul,

Posting status updates using Basic Auth like that won't work any more
after 6/30.  You'll need to use a PHP oAuth class (there are a few of
them at http://dev.twitter.com/pages/oauth_libraries#php) as well as
register an oAuth app.

Best,
Y


On May 3, 3:17 pm, "Paul A." <hellodev....@gmail.com> wrote:
> 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