What endpoint are you usin[quote=“siemman, post:1, topic:136697, full:true”]
Hello.
I was trying to find that information in the documentation but could not. We have twitter sign in our iOS application and in order to provide seamless experience we allow users to authenticate our app using twitter app installed on their phones. Quite recently this feature got broken and the url we use for opening twitter app no longer presents authorization screen, it just opens the twitter app. Up until now we were using following format:
twitterauth://authorize?consumer_key=xxx&consumer_secret=zzz&oauth_callback=yyy-xxx
so call:
let url = URL(string: "twitterauth://authorize?consumer_key=xxx&consumer_secret=zzz&oauth_callback=yyy-xxx")!
UIApplication.shared.open(url, options: [:], completionHandler: nil)
worked perfectly. Could you specify how the correct url should look like now?
[/quote]
Hellow World
What API version are you on?
Are you using a library or SDK? Which one?
What is the issue?
Steps to reproduce the issue
Step 1:
Step 2:
What is the error message?
When did it start?
What have you tried to troubleshoot?