-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Description
User can't log in the app with Twitter.
The initialize settings in AppDelegate,
PFTwitterUtils.initialize(withConsumerKey: "CorrectConsumerKey", consumerSecret: "CorrectSecretKey")
This is the simple login code;
PFTwitterUtils.logIn { (user, error) in
if error != nil {
print(error!.localizedDescription)
} else {
print(user)
}
}
And when I tap the login button, It throws authorization error:
"Failed to request authorization token from Twitter."
It was working well before but not anymore.
What I have done so far,
- I updated the pods,
- I regenerated the keys,
- I checked this issue: https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1310
But didn't work.
I really need help with this issue, thank you. I can provide more information if needed.
Metadata
Metadata
Assignees
Labels
No labels