You may want to take a look at this page:
http://dev.twitter.com/pages/oauth_single_token
Advertising
--
Chris Thomson, via iPad
On 2010-06-05, at 5:21 PM, Iguanasan <eulo...@gmail.com> wrote:
> Hello, Everyone.
>
> I'm trying to figure out how to create a simple app. When someone
> adds a new record to my database I want to tweet that it's available
> to be seen - apartments for rent - so that anyone who follows my
> twitter feed will get a notification about a new place for rent.
>
> I've been forward and backward through the docs and I know that oAuth
> is required and I've run some of the samples, however, most of them
> seem to be allowing access to OTHER people's twitter accounts like a
> Twitter app would do. I want to simple access to my OWN Twitter
> account.
>
> Can anyone help point me in the right direction?
>
> PS: I'm working in PHP for this project.