XING

Backend class

For Django, add this class path to AUTHENTICATION_BACKENDS. For other integrations, use the same class path in the framework-specific backend setting.

Backend name

Class path

xing

social_core.backends.xing.XingOAuth

XING uses OAuth1 for their auth mechanism, in order to enable the backend follow:

  • Register a new application at XING Apps Dashboard,

  • Fill Consumer Key and Consumer Secret values:

    SOCIAL_AUTH_XING_KEY = ''
    SOCIAL_AUTH_XING_SECRET = ''