Skip to content

#1566 Bugfix/twitter cancel continue app crash #1567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dsp1589
Copy link
Contributor

@dsp1589 dsp1589 commented Oct 25, 2020

Twitter authentication using OAuth Dialog is considering the denial case as success. This is due to the code check is done only for URL prefix and not explicit checking for query params [oauth_verifier, oauth_token(for successful authorization)], [denied(failure/user cancelled authorization)].

fix #1566

dhanax and others added 3 commits October 23, 2020 12:13
@dsp1589 dsp1589 changed the title Bugfix/twitter cancel continue app crash #1566 Bugfix/twitter cancel continue app crash Oct 25, 2020
@drdaz
Copy link
Member

drdaz commented Nov 9, 2020

Good catch. Thank you for this.

@drdaz drdaz merged commit 6124d39 into parse-community:master Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App crash: Canceling Twitter authentication makes application to Crash
3 participants