ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)

Home Page:https://www.csdojo.io/edit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Twitter sign in dialogue asks for too many things.

ykdojo opened this issue · comments

commented

We don't need to read or post tweets on behalf of the user. Maybe we should fix this on Twitter's developer website? (Don't add read/write permissions there?)

image

commented

Looking into this now, too.

commented

I changed the app on Twitter's developer site to read-only. (screenshot below)

I think it's much better, but @EditDojo still needs to be able to post (write) tweets. But it turns out, tokens generated BEFORE changing the permission settings still have the same permissions. So, we can just keep using the same tokens to write tweets. If ever we need to refresh the tokens in the future, maybe we can temporarily change the permission settings, recreate tokens, and then change the settings back? lol

image