-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when trying the sample code provided in the readme file (app not attached to project) #306
Comments
I too have confirmed that the same error occurs. The cause of this is probably due to the Twitter API v2 plan. With the Free plan, only the following three APIs are available.
https://developer.twitter.com/en/portal/products/free That is, If you want to use this API, you need to be on a Basic plan or higher. https://developer.twitter.com/en/portal/products/basic I am very saddened by the recent deterioration of the Twitter API. |
Thanks that made it clear. please update the sample code to include only free plan APIs for a more friendly starter guide. @michimani |
I understand. I'll fix it. |
I have added a note in the README that there are restrictions based on plan. (#307) |
Damn.. wasted a whole day debugging this crap to find out its due to the API plan... Thanks Elon. |
I get this error when trying the sample code in the readme file
even though the app is attached to a project.
The text was updated successfully, but these errors were encountered: