Hi Derek,
Abraham posted some stuff to this group a little while ago with a
PHP Twitter OAuth library. That sounds like just what you're looking
for. Checkout http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d7aad614a764afc7
Thanks;
— Matt Sanford / @mzsanford
On Apr 7, 2009, at 09:50 PM, Derek Gathright wrote:
So I'm able to authenticate & receive the OAuth tokens, but I've yet
to find any documentation on what exactly do with them after they're
stored. So, instead of providing HTTP basic auth info, what
specifically do I pass along with my request to say... update the
user's status? Any PHP code examples that show full client support
(found one or two that just do 1 call, such as... user->get_info).
Thanks.