Hi! I am following along with a youtube tutorial for twitter authentication in Xcode / swift.
Problem I am getting is this :
did encounter error with message “Error obtaining user auth token.”: Error Domain=TWTRLogInErrorDomain Code=-1 "<?xml version="1.0" encoding="UTF-8"?>
Desktop applications only support the oauth_callback value ‘oob’
/oauth/request_token
I have no idea where to find oauth or where to put it in Xcode. I googled some stuff, but the answers look like pages and pages of code for one thing? And the twitter / fabric sites, don’t have the answer in a clear format.
Help! Thank you!!