My iOS app was using permission of ‘Read’, and now I changed it to ‘Read and Write’ to implement ‘Share on Twitter’ button.
However, it doesn’t work for users who permitted the ‘Read’ access before, because (I think) the app keeps ‘Read’ permission and it is not updated to ‘Read and Write’ permissions.
(It says ‘Unauthorized’)
How can I update the users’ permissions?
I’m using twitter-kit-ios and twitter-kit-android.