liaodan100/douyin_sdk

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

字节跳动抖音开放平台

Installs: 598

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 1

Forks: 8

Open Issues: 0

pkg:composer/liaodan100/douyin_sdk

1.0.8 2020-08-01 17:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:51:36 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();