setupDouBan method

void setupDouBan(
  1. String apikey,
  2. String appSecret,
  3. String redirectUrl
)

Implementation

void setupDouBan(String apikey, String appSecret, String redirectUrl) {
	Map info = {
		_ssdkApikey: apikey,
		_ssdkAppSecret: appSecret,
		_ssdkRedirectUrl: redirectUrl
	};

	platformsInfo[ShareSDKPlatforms.douBan.id] = info;
}