Okay, I tried again with debugging turned on and I used the same code as shown in my original question above. Of course my password has been swapped out for display here in the forum. But here’s what Expression Engine returned to me:
############################################################
(0.084480) Tag: {exp:twitter_timeline type=�user� user=�[email protected]� password=�my_twitter_password� limit="5"}
(0.084736) Closing Tag Found
(0.084817) Processing Tags
(0.084854) Module Tag: Weblog/entries
(0.084880) Module Tag: Search/simple_form
(0.084909) Plugin Tag: Twitter_timeline/twitter_timeline
(0.084938) Including Files for Tag and Modules
(0.216064) Beginning Final Tag Data Processing
(0.216121) Calling Class/Method: Weblog/entries
(0.217220) -> Class Called: Weblog
(0.217403) -> Method Called: entries
(0.566139) -> Data Returned
(0.566523) Calling Class/Method: Search/simple_form
(0.566719) -> Class Called: Search
(0.566762) -> Method Called: simple_form
(0.567101) -> Data Returned
(0.567202) Calling Class/Method: Twitter_timeline/twitter_timeline
(0.567422) -> Class Called: Twitter_timeline
(0.567480) Using ‘public’ Twitter Timeline
(0.575460) Twitter timeline retreived from cache
(0.608644) -> Method Called: twitter_timeline
(0.608684) -> Data Returned
#######################################################
Notice above it says it is using the ‘public’ timeline which is consistent with the Tweets that were showing up in my blog. It’s as though it’s ignoring the fact that I specified the ‘user’ timeline. Any ideas?
Thanks!
Jason