dev-resources.site
for different kinds of informations.
Twitter API suspended? Here's how to fix it
Published at
6/25/2023
Categories
twitter
api
auth
webdev
Author
michi
Author
5 person written this
michi
open
A bunch of Twitter API clients which upgraded from v1 API to the free v2 API were suddenly suspended. The portal tells you to file an appeal, however all "contact support" links lead to a dead end.
I believe the reason this changed is due to a change in the permission model, might be a bug as it's very unintuitive as you will see in a minute.
How to fix it
- Go to the Developer Portal and delete the suspended app
- create a new app under the existing project
- If you generate authentiation tokens, notice how after creating them it says they are "read only", not allowing you to tweet (which is the only thing you can do with the free API)
- Go to settings and scroll down to "User authentication set up"
- Change the permissions to "read and write", under callback and website URL you can put anything as it doesn't matter.
- This will generate oauth keys but you won't need them
- Now to go back to "Keys and tokens" and (re)generate both the keys and token, even if you created them before already
- That's it, now you should see the access token has "read and write" permissions and you can add the new keys to your application!
auth Article's
30 articles in total
Wait, are we just handing over system access to the AI agents?
read article
Implementing Auth in .NET WebApi & SPAs: Why is it still so painful?
read article
Secure Your Nuxt 3 App
read article
Managing Auth State in react using useContext API
read article
How to Authenticate Users Codeigniter Shield
read article
How to decode a JWT
read article
Laravel 11 API Rest Auth with jwt-auth
read article
Announcement - Keycloak.AuthServices v2.0.0 is out 🎉!
read article
Generate magic tokens in Rails with generates_token_for
read article
Your organization has enabled or enforced SAML SSO ... you must re-authorize the OAuth Application `GitHub for VS Code`
read article
JWT Revokation
read article
Recent Security Vulnerability Detected in Clerk - Should You Roll Your Own Auth?
read article
User Management Unveiled: An Architectural Overview
read article
Compressing and Decompressing User Permissions with JavaScript
read article
Clerk Webhooks: Data Sync with Convex
read article
Simplifying Client-Side Authentication with Firebase and SvelteKit
read article
I Just Want Authentication To Work
read article
Setup User Auth for your Reflex app using local_auth
read article
How to Implement Passkey Authentication and Fine-Grained Authorization in JavaScript
read article
Authentication Workflows Overview
read article
Securing MQTT: A Guide to Basic Authentication
read article
Shopify Passkey Implementation Analyzed
read article
Apa itu Autentikasi: Definisi dan Jenis-jenis Autentikasi
read article
Best Practices for Authorization in Microservices
read article
Granular Permission Management with CASL Library
read article
Multi Auth System in Laravel Breeze #1
read article
Simplifying Authentication Integration For Developers With Authgear SDKs
read article
API Authentication Methods - Pros and Cons
read article
Authentication vs. Authorization
read article
Twitter API suspended? Here's how to fix it
currently reading
Featured ones: