You can checkout this page describing using a script to post to a single
Twitter account: http://dev.twitter.com/pages/oauth_single_token

One of the examples is for my PHP library:
http://github.com/abraham/twitteroauth

Abraham

On Mon, May 3, 2010 at 13:04, YCBM <youcannotb...@gmail.com> wrote:

> 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
>



-- 
Abraham Williams | Developer for hire | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.

Reply via email to