ahh got it! Do you know if it's possible to even l...
# help
m
ahh got it! Do you know if it's possible to even limit the scopes somehow within the twitter oauth app? I really don't need any of the extra functionalities except for just logging in to verify an account. I'm afraid especially lists and seeing what accounts people block/mute could be a turn off to signing up.
j
We might not have it documented yet. Although this example in this tweet might help. https://twitter.com/supabase/status/1369647270388523010
twitter scope might not work though as its using 0auth1.0, i think it might be the only provider not using 2.0 😬
might be worth a try though using the above 'scopes' list
m
@User do you know what the specific code I would need to add to specify to the scopes for twitter?