it seems like the setting 'twitter_screenname' isuseless. when you run maintenance/loaduser.php it takes the owner of the OAUTH and puts it in the tn_tweetusers table (that's always the only user there, is that normal?) and that user's tweets are what gets pulled later.
Tested: I edited the tweetusers line and gave it the userID I meant to be archived, from that moment on, maintenance/loadtweets.php started pulling the correct tweets.
I think it would be nice to have proper multi-user support. Make the default view a list of users, and give each user their own URL for which to browse their tweets at.
it seems like the setting 'twitter_screenname' isuseless. when you run maintenance/loaduser.php it takes the owner of the OAUTH and puts it in the tn_tweetusers table (that's always the only user there, is that normal?) and that user's tweets are what gets pulled later.
Tested: I edited the tweetusers line and gave it the userID I meant to be archived, from that moment on, maintenance/loadtweets.php started pulling the correct tweets.
got an easier fix?