2017 © Pedro Peláez
 

silverstripe-module weibo

A weibo feature module that provides login function

image

internetrix/weibo

A weibo feature module that provides login function

  • Friday, October 14, 2016
  • by Internetrix
  • Repository
  • 5 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

weibo

Introduction

Weibo module enables CMS log in through weibo account. Since only authorized weibo apps can gain access to user emails, it also provides a verification process and a form to save user email., (*1)

Maintainer Contact

  • Yuchen Liu [Internetrix]

Requirements

  • SilverStripe 3.1

Features

  • This modules uses Weibo OAuth2 Api lib 1.0
  • It has ability to get user basic weibo account info like name, location, profile image, interests, etc.
  • It provides login by using weibo account and create a Member instance on database
  • Since only authorized weibo apps can gain access to user emails, it checks if user email exists and redirect users without email info to a form page to gain user emails.
  • This module enables login using weibo account from both English and Chinese websites.

Installation

Installation can be done either by composer or by manually downloading a release., (*2)

Via composer

composer require "silverstripe/userforms:*", (*3)

Manually

  1. Download the module from home page.
  2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files
  3. Make sure the folder after being extracted is named 'weibo'
  4. Place this directory in your sites root directory. This is the one with framework and cms in it.

Configuration

After installation, make sure you rebuild your database through dev/build., (*4)

Copy weibo/_config/weibo.yml to mysite/_config/weibo.yml and put in your weibo app details., (*5)

The Versions

14/10 2016

dev-master

9999999-dev

A weibo feature module that provides login function

  Sources   Download

BSD-3-Clause

The Requires

 

by Yuchen Liu

authentication auth silverstripe weibo