Open
Description
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.
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
Labels
No labels