Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 551605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:24:42+00:00 2026-05-13T11:24:42+00:00

I have a website with a database of users and I would like to

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:24:42+00:00Added an answer on May 13, 2026 at 11:24 am

    You may look at the twitter api: users/show

    Example:

    $ curl http://twitter.com/users/show/20536157.json
    {"notifications":false,"time_zone":"Pacific Time (US &
    Canada)","friends_count":214,
    "profile_sidebar_border_color":"bbccff","url":"http://www.google.com/support/",
    "description":"News and updates from Google","status":{"created_at":"Mon Jan
    11 19:38:40 +0000
    2010","source":"web","truncated":false,"favorited":false,
    "in_reply_to_user_id":null,
    "in_reply_to_status_id":null,"in_reply_to_screen_name":null,"id":7640306427,
    
    "text":"If
    you're interested in what's happening with @google in Sub-Saharan Africa,
    check out the new @googleafrica for news &
    info."},
    
    "geo_enabled":false,"favourites_count":73, "created_at":"Tue Feb 10
    19:14:39 +0000 2009","profile_text_color":"000000","verified":false,
    ...
    }
    

    You can get the last tweet with a simple jquery call:

    <!DOCTYPE html>
    <html>
    <head>
        <script src="http://www.google.com/jsapi"></script>
        <script>google.load("jquery", "1");</script>
        <script type="text/javascript" charset="utf-8">
            $(document).ready(function(){
                $.getJSON("http://twitter.com/users/show/20536157.json",
                    function(data){ $("#tweet").text(data.status.text); });
            });
        </script>
    </head>
    <body>
        <div id="tweet"><!-- last status will show up here --></div>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a website and database solution, however I would like to take
I have a photo album gallery within my website and would like to allow
I have a website where I allow users to create new Part records. I'm
I would like to build a web app that allows users to post THEIR
I have this website where I would allow the user to effectively parse the
I'm working on a company website that allows users to have their own homepage
I have a database and I want to allow users that I give permission,
Say I have a website and a database of that website hosted locally on
I have a shared hosting where I have my website and MySQL database. I've
I have a website that has approx 1000 different strings in a mysql database

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.