TripIt

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

tripit

social_core.backends.tripit.TripItOAuth

TripIt offers per application keys named API Key and API Secret. To enable TripIt these two keys are needed. Further documentation at TripIt Developer Center:

  • Register a new application at TripIt App Registration,

  • fill API Key and API Secret values:

    SOCIAL_AUTH_TRIPIT_KEY = ''
    SOCIAL_AUTH_TRIPIT_SECRET = ''