Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Twitter callback url error #100

Closed
sherin-mathew opened this issue Jun 16, 2018 · 7 comments
Closed

Twitter callback url error #100

sherin-mathew opened this issue Jun 16, 2018 · 7 comments

Comments

@sherin-mathew
Copy link

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:

{
  appId: 'abc1234567890',
  appSecret: 'cba0987654321',
  callback: 'twitterappname://authorize',
}

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.

Thanks in advance.

@teilala
Copy link

teilala commented Jun 22, 2018

same issues

@leventyildirim61
Copy link

+1

1 similar comment
@joncursi
Copy link

👍

@kllm
Copy link

kllm commented Jul 18, 2018

https://developer.twitter.com/en/docs/basics/callback_url.html

@og24715
Copy link

og24715 commented Jul 23, 2018

I was resolved it. thanks to @kllm

@CapitanRedBeard
Copy link

So the solution is to add twitterappname://authorize as an additional callbacks in your twitter app settings?

@og24715
Copy link

og24715 commented Jul 24, 2018

This issue seems to mean that it is caused by adding 'twitterappname://authorize' as a callback in the settings.
The solution is ...

please use example:// as opposed to example://authorize

Callback URL — Twitter Developers

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants