Hi. I’m in the midsts of developing a bot.
I’m trying to upload pictures via the Twitter REST API, and it returns error:
{ message: 'The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.’, code: 64 }
From https://dev.twitter.com/overview/api/response-codes I saw this:
Code - Text
64 - Your account is suspended and is not permitted to access this feature
So I thought I’d read more about it and found this post: https://support.twitter.com/articles/72585
But the thing is, neither “Suspended application” nor “Read-only application” pops up under the icon for my app.
So I thought I’d ask for guidance from you Twitter staff people. Am I “shadow” suspended? Or is it on your end, sending me the wrong error code?