Mendeley

Mendeley supports OAuth1 and OAuth2, they are in the process of deprecating OAuth1 API (which should be fully deprecated on April 2014, check their announcement).

OAuth1

In order to support OAuth1 (not recomended, use OAuth2 instead):

  • Register a new application at Mendeley Application Registration

  • Fill Consumer Key and Consumer Secret values:

    SOCIAL_AUTH_MENDELEY_KEY = ''
    SOCIAL_AUTH_MENDELEY_SECRET = ''
    

OAuth2

In order to support OAuth2: