<?xml version="1.0" encoding="UTF-8"?>
<errors>
<error code="64">
The Twitter REST API v1 is no longer active. Please migrate to API v1.1.
https://dev.twitter.com/docs/api/1.1/overview.
</error>
</errors>
however it returns JSON and not XML as expected in v1.0 call, but since it is the end of the pipeline, and the returned value is not processed, it is not a big issue. I guess the API was deactivated at the end of last year.
Hi Jeroen,
on page 39 you call an outdated Twitter API:
It returns
The actual API endpoint is
https://api.twitter.com/1.1/statuses/home_timeline.json
So the proper call would be
however it returns JSON and not XML as expected in v1.0 call, but since it is the end of the pipeline, and the returned value is not processed, it is not a big issue. I guess the API was deactivated at the end of last year.