Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Jason Wagstaff / Jason Wagstaff ()
Created: 04/05/2017
Components: Social, Oauth Login
Versions: 2016,11.0
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2016.0.03.300466 / 2018.0.0.303936
Priority/Frequency: Normal / All users will encounter
Locale/System: / Linux CentOS 6.4
Vote Count: 1
Problem Description:
facebook oauth access_token format has changed.
Steps to Reproduce:
Try to authenticate a user with oauth and type facebook. The result format of the access_token is incorrect.
Actual Result:
n":"[THE_ACCESS_TOKEN]","token_type":"bearer",
Expected Result:
just the access token
Any Workarounds:
Parse the string to extract the access_token
Attachments:
Comments: