As of yesterday, we are getting a 404 error for the following APIs:
-
friends/ids
-
followers/ids
Can you advise if there is an issue with these APIs? Detailed request/response below.
thanks,
deborah
Detailed request/response:
2012-11-28 02:20:16 DEBUG HTTP URL: https://api.twitter.com/1.1/followers/ids.json with parameters: {
“user_id”: “#########”,
“screen_name”: “#########”,
“cursor”: -1,
“include_entities”: false,
“include_retweets”: false
}{t:http-8080-exec-5}
2012-11-28 02:20:16 DEBUG Returns: {
“status”: 404,
“body”: {
“errors”: [
{
“message”: “Sorry, that page does not exist”,
“code”: 34
}
]
}
}{t:http-8080-exec-5}
2012-11-28 02:20:16 DEBUG -----> profile.js#getFollowingList–/friends/ids.json: {
“status”: 404,
“body”: {
“errors”: [
{
“message”: “Sorry, that page does not exist”,
“code”: 34
}
]
}
}{t:http-8080-exec-5}
2012-11-28 02:20:16 WARN Exception while getFollowing(er)List:{
“status”: 404,
“body”: {
“errors”: [
{
“message”: “Sorry, that page does not exist”,
“code”: 34
}
]
}