setupDouBan method

void setupDouBan (String apikey, String appSecret, String redirectUrl)

Implementation

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

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