I have a website with a database of users and I would like to allow them to display on their profile page their current tweet message (if they have a Twitter account).
After searching, I had seen this tool: http://juitter.com
It seems to be a little bit complex for just my needs.
I am working with Rails. Do you know a tool as simple as possible which can do that?
Thank you
D
You may look at the twitter api: users/show
Example:
You can get the last tweet with a simple jquery call: