Hi all. I'm using the codebird module to incorporate a mentions timeline for a user. This particular timeline function does not have a parameter for a user name. Instead it takes the timeline of the user whose credentials are hard-coded in the app. This is fine, but as well as having a mentions timeline feed, I also need an option for the app user to post a tweet on a button click. This should then authenticate the app user to post a tweet. Is this possible? Would I need to include a separate module which authenticates a different user or am I thinking this will be harder than it actually will be?
↧