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 7442061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:07:09+00:00 2026-05-29T11:07:09+00:00

I am looking on to develop a php page, which shows tweets for a

  • 0

I am looking on to develop a php page, which shows tweets for a couple of hashtags, Suppose #apple, #iphone will display all the recent tweets for that Hashtags.

I am looking to use this with PHP and MySQL. Dont know how to use Twitter stream API.

Do i need to create a cache and store it into MySQL or Can i display the recent 100 tweets on a particular hashtag. Also I heard some limitations are there for twitter api to be called.

  • 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-29T11:07:10+00:00Added an answer on May 29, 2026 at 11:07 am

    Using the twitter api atom feed you can retrieve by hashtag with the following url,

    http://search.twitter.com/search.atom?q=%23apple&rpp=100

    this returns an xml based response so something like the below could read it:

    $feed = "http://search.twitter.com/search.atom?q=%23apple&rpp=100";
    $xml = simplexml_load_file($feed);
    foreach($xml->entry  as $id => $entry)
    {
       //do what you want here,
       //some (definitely not all) available values are
       $linkToTweet = $entry->link[0]["href"];
       $linkToAvatar = $entry->link[1]["href"];
       $timestamp = $entry->updated;
       $tweet = $entry->content;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm desperately looking for a PHP 5 framework that will work best to develop
I am looking to develop a system in which i need to assign every
I'm looking to develop a small application on Mac OSX and it will need
Looking to develop a web service (api) in PHP to offer customers an easier
I am looking to develop an app that will take login details from the
I am looking to develop a Cocoa application that will only have a icon
I am looking to develop some code that will be able to by looking
I am currently planning to develop a web-app which will allow a 3rd party
I've been looking at the following PHP login tutorial:http://www.evolt.org/node/60265 and will eventually look to
Hey Friends how can i develop an app which work in php.exe in my

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.