Monday 9 September 2013

twitter authentication and different users

twitter authentication and different users

I'm using the codebird module to incorporate a mentions timeline for a
user in a titanium app. 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?

No comments:

Post a Comment