Kohana 3 OAuth & Twitter Demo Code
The Internet seems a bit sparse when looking for good demo code for using the Kohana 3 OAuth module with Twitter.
I think the main issue is that the OAuth module isn't very well documented, and doesn't do API requests. For that you need an API implementation, like shadowhand/apis.
Anyway, here is a gist I put together with an example controller for Twitter OAuth: