Closed (fixed)
Project:
Social Auth X (Twitter)
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2018 at 14:08 UTC
Updated:
9 Aug 2018 at 02:44 UTC
Jump to comment: Most recent
Comments
Comment #2
gvsoHi!
Please provide more info on when this happens. Are you being redirected to Twitter for authentication?
Comment #3
mrpauldriver commentedNo redirection of any kind. Just dropped the the user/login page, showing the message mentioned above.
Comment #4
gvsoIn that case, it might be failing somewhere in the try block in
redirectToTwitter. Maybe the SDK library is not beind loaded. Make sure you have the directory abraham/twitteroauth inside the vendor folder of your root directory.Comment #5
gvsoIt seems like this error is caused because of these changes in Twitter API. Make sure you include the correct callback url.
Comment #6
mrpauldriver commentedThanks for that. I'll take a look and report back.
Comment #7
gvsoDid this fix your issue?
Comment #8
uditrawatI also having the same issue,
All keys are correct and also have abraham/twitteroauth package in my vendor directory.
It didn't redirect me to twitter for authentication but simply throws below error.
"You could not be authenticated, please contact the administrator."
Comment #9
uditrawatHi all
There is no notification in backend to add callback url for twitter app however after adding callback url ( https://domain.com/user/login/twitter/callback ) to twitter app resolve my issue.
Comment #10
gvsoAs noted in #7, this requirement is new in Twitter. I'll create a patch to provide the callback url in the settings form as we do it in other implementers.
Comment #11
gvsoComment #13
gvso