-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complete/mendeley-oauth2 not successful #501
Comments
It seems that there is an old (OAPI) API request that is being used in the Mendeley-OAuth2 backend class. Also, it appears that the resulting response is no longer inside 'main'. Old API (OAPI) request: https://api-oauth2.mendeley.com/oapi/profiles/info/me/ Should now be: https://api.mendeley.com/profiles/me/ Response (expecting 'main'): local psa.mendeley.user_data values are: { u'discipline': { u'name': [value] }, u'first_name': [value], u'last_name': [value], u'display_name': [value], u'disciplines': [ { u'name': [value] } ], u'created': u'2013-11-14T22:48:56.000Z', u'photo': { u'square': u'http://s3.amazonaws.com/mendeley-photos/awaiting_square.png', u'standard': u'http://s3.amazonaws.com/mendeley-photos/awaiting.png' }, u'user_type': u'normal', u'email': [value], u'photos': [ { u'url': u'http://s3.amazonaws.com/mendeley-photos/awaiting.png', u'original': False, u'height': 120 }, { u'url': u'http://s3.amazonaws.com/mendeley-photos/awaiting_square.png', u'width': 48, u'original': False, u'height': 48 }, { u'url': u'http://s3.amazonaws.com/mendeley-photos/awaiting_square_256.png', u'width': 256, u'original': False, u'height': 256 } ], u'link': [value], u'marketing': True, u'verified': True, u'id': u'39202a43-895c-3df9-9add-f2b1d63c5804', u'academic_status': u'Other Professional' } |
Should I submit a PULL request for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the django_example when I add my credentials to the settings file and attempt to runserver for django_example I'm getting the following after entering my credentials for Mendeley-OAuth2:
Any help here would be greatly appreciated.
The text was updated successfully, but these errors were encountered: