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

  • Home
  • SEARCH
  • 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 8728031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:32:54+00:00 2026-06-13T08:32:54+00:00

A while back, I created a simple Twitter status message reader in PHP. It

  • 0

A while back, I created a simple Twitter status message reader in PHP. It uses the twitter json feed located on https://twitter.com/statuses/user_timeline/flecpoint.json?count=25. It reads the timeline, caches it and later checks again if there are new statuses. Nothing fancy.

Everything worked fine, until a few weeks back, where I suddenly experienced the "Sorry, that page does not exist" (code 34) error.

From that point on, sometimes we got the error, and sometimes everything worked fine. (I disabled cache to be sure the API was actually working)
In the beginning I thought it would be an error on Twitter’s side, but the problem keeps appearing every so often.

I am 100% sure nothing has changed in my code. I have been googling this but haven’t found anything useful to me yet.

For completeness’ sake, here is my code with which I read the json file;

$apiUrl = 'https://twitter.com/statuses/user_timeline/' . $user . '.json?count=25';
$curl   = curl_init();

curl_setopt($curl, CURLOPT_URL, $apiUrl);
curl_setopt($curl, CURLOPT_POST, false);
curl_setopt($curl, CURLOPT_BINARYTRANSFER, false);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);

// send request
$response = curl_exec($curl);

Does anyone have experience with this error?

  • 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-06-13T08:32:55+00:00Added an answer on June 13, 2026 at 8:32 am

    Apparently the API that you are using was “unofficial” and unsupported. It’s not even the version 1 API.

    Version 1 API:

    http://api.twitter.com/1/statuses/user_timeline.json?screen_name=_mauris

    Version 1.1 requires OAuth authentication.

    Reminder: Read the Docs (:

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A while back I created a lightbox plugin using jQuery that would load a
I created several apps in iOS a while back using PhoneGap 1.0 and several
A while back I wrote a simple python program to brute-force the single solution
I used to use VC 6 a while back and there was a simple
A while back, I remember using a piece of code (4-5 lines), added to
A while back i read somewhere about how to improve upon the MVC pattern
A while back a found a great-looking framework that allowed .net developers to implement
A while back, smart clients had been touted as the solution to occasional connected
a while back, CNET had these really cool Social Share buttons, that when you
A while back I was playing with methods using variable-length argument lists (java) that

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.