Douban

Component ID

1068962

Component name

Douban

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The douban module integrates with the douban.com's API to let users log in using their douban login.

Workflow

  1. A login button will show on login form,
  2. User will be redirected to douban.com and is able to login by douban account,
  3. Generate a temporary password for user on Drupal site,
  4. Redirect to user on user edit page with welcome message,

Install

  1. Download the archive or clone the repository,
  2. Copy the douban/ folder in your modules folders (for example: sites/all/modules),
  3. Go to the modules pages (/admin/build/modules), and enable the douban module,
  4. Apply for a douban API key at http://www.douban.com/service/apikey/apply,
  5. Fill in your public and private API keys on the settings page (/admin/settings/douban),
  6. From there on, users will see the douban button on the login form,