0

Adding this callback url in the settings, doesn't work with Firebase (doesn't show any user that signed up): [twitterkit-Consumer_ID://]

Adding this callback url in the settings shows error "forbidden (403)": https://the-app-name.firebaseapp.com/__/auth/handler

Everything in the info.plist was put correctly: consumer id, ....

Everything in App Delegate was put correctly: Twitter.sharedInstance.start..., Twitter.sharedInstance.application...

Help much appreciated

Swift man
  • 43
  • 1
  • 6

1 Answers1

1

Twitter made a change to its api - here

The workaround is to add the following respective callbacks in https://apps.twitter.com

For Android, add twittersdk://

For iOS, add twitterkit-YOUR_CONSUMER_KEY://

Find a Snapshot of this here Find a Snapshot of this here

Martin
  • 2,411
  • 11
  • 28
  • 30
Fitzgerald Afful
  • 123
  • 1
  • 15
  • 1
    Error The client application failed validation: Not a valid callback URL format. Got this error while adding twitterkit-MY_CONSUMER_KEY:// in twitter console – Jarin Rocks Oct 30 '18 at 09:45