1. 首页
  2. 数据库
  3. 其它
  4. oauth2 mastodon:Mastodon OAuth 2.0对PHP League的OAuth 2.0客户端的支持 源码

oauth2 mastodon:Mastodon OAuth 2.0对PHP League的OAuth 2.0客户端的支持 源码

上传者: 2021-02-17 15:20:19上传 ZIP文件 11.81KB 热度 16次
oauth2-mastodon 安装 通过作曲家 $ composer require lrf141/oauth2-mastodon 用法 <?php use Lrf141 \ OAuth2 \ Client \ Provider \ Mastodon ; session_start (); $ provider = new Mastodon ([ 'clientId' => '' , 'clientSecret' => '' , 'redirectUri' => 'redirect url' , 'instance' => 'https://mstdn.
用户评论