I am using Haughin's Twitter Codeigniter API to Login with twitter. Now i need to be able to post tweets on User's behalf. The problem is, I first need to find and get the user's access token and user's secret and store them in my database for later use. Where do I find those once I made the connection to twitter?
Thanks.