liaodan100/douyin_sdk

There is no license information available for the latest version (1.0.8) of this package.

字节跳动抖音开放平台

1.0.8 2020-08-01 17:57 UTC

This package is auto-updated.

Last update: 2024-09-29 05:48:52 UTC


README

初始化

$app = \ByteDance\App::make('业务类', $config);

业务类

  • Douyin 抖音授权
  • Toutiao 头条授权
  • Video
  • User

账号授权

$app = \ByteDance\App::make('oauth', $config);
$app->drive('douyin')->connect($scope , $redirect_url , $state)->toArray();