Hi There, We have a article that helps point you in the right direction for this scenario -- you still need to implement some of OAuth, but we simplify a number of the token negotiation steps for you:
http://dev.twitter.com/pages/oauth_single_token After creating an application, you can retrieve the access token (credentials that identify you as your user to Twitter from your application) from dev.twitter.com, which combined with your API key and secret is everything you need to make authenticated requests with Twitter -- like posting statuses. @episod <http://twitter.com/episod> - Taylor Singletary On Thu, Apr 21, 2011 at 5:45 PM, wilbcorp <[email protected]> wrote: > i have a twitter account... i have a registered app with twitter... > all i want to do is automatically post status updates to my twitter > account using PHP... unfortunately, i've gone through numerous > tutorials that don't seem to function... to be clear, i don't want to > create an app that allows other users to post to their accounts, i > only want to post to my twitter account. > > can anyone help me get started? > > thanks > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
