Reputation: 43
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
Upvotes: 0
Views: 1448
Reputation: 145
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
Upvotes: 1