Reputation: 607
I just created twitter api with elevated access but I can't generate access token with write permission. I need this permission to update my twitter name.
Upvotes: 7
Views: 3056
Reputation:
App settings -> User authentication Settings -> Edit.
Enable OAuth 1.0A ->
http://localhost
if you are not going to implement sign-in for other usershttp://example.com
if you must
-> SaveApp Keys & Tokens -> Authentication tokens Regenerate Access Token and Secret
This will grant read and write permission to the app for the account that owns the app. It will not let any the app write to any other account.
Upvotes: 19