Withings

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

withings

social_core.backends.withings.WithingsOAuth

Withings uses OAuth v1 for Authentication.

  • Register a new application at the Withings API, and

  • fill Client ID and Client Secret from withings.com values in the settings:

    SOCIAL_AUTH_WITHINGS_KEY = ''
    SOCIAL_AUTH_WITHINGS_SECRET = ''