-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Does it work correctly fro Twitter/Facebook or Google+ ?
Can't manage any of them.
Can anyone provide an example with those networks?
e.g. I have following url for twitter:
"https://api.twitter.com/oauth/authorize/?client_id=\(clientId)&scope=\(scopes.joined(separator: "+"))&redirect_uri=(redirectURI)&response_type=code"
accessTokenURL = https://api.twitter.com/oauth/access_token"
redirectURI = "https://www.google.com"
Then, I put my ClientID and Secret, but nothing works. I can login and do not receive my token after switching to redirectURL.