Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Twitter Callback URL is no longer working #217

Open
@joncursi

Description

@joncursi

Login with twitter gives an error "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings".

Previously this was working fine.

My configuration object looks like:

{
    consumer_key: TWITTER_OAUTH_KEY,
    consumer_secret: TWITTER_OAUTH_SECRET,
}

Later I found that there happened a change recently in twitter api.

https://twittercommunity.com/t/action-required-sign-in-with-twitter-users-must-whitelist-callback-urls/105342

My callback url added in twitter app looks like "http://samplereactapp.com". This issue happens for both android an ios app. How can I resolve this issue? Please help me.

The problem is that the Twitter APps UI does not let you specify a non-http callback URL.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions