Re: [twitter-dev] Authorization Question

2010-06-07 Thread Taylor Singletary
Hi Michael, The OAuth authorize step only needs to happen once before you receive access tokens that allow you to act on a member's behalf. Once you've obtained an access token, you can use it to make direct message requests for the user. After completing the authorize and access token steps, stor

[twitter-dev] Authorization Question

2010-06-07 Thread Michael Cameron
I was reading a twitter app book, and mentioned something about when you try to do a status update you have to always call authorize before your request. is this true? I have pulled my tokens using a library. but writing my own custom app. Should i be sending /authorize with access tokens first be