hey joe,
i know we were talking about what variables to store in MYSQL.
This took me forever to figure out!
But it's these 2 variables that you have on line 17 of callback.php
$token->oauth_token;
$token->oauth_token_secret;
And the trick..is that when you want to use the stored variables you
have to wrap lines 14-17 in an IF statement so that these lines are
only called once (otherwise you'll get lots of random errors). So
basically, only call those lines once per user. Store that data. Then
just refer to those variables in the DB.
makes sense?
once i get my code cleaned up and running I can post it all (on my
blog or something)
Chris
> web standardization and programminghttp://
www.brunobarreto.net/