文件名称:mastodon:Drupal 8的Mastodon模块
文件大小:19KB
文件格式:ZIP
更新时间:2024-02-24 23:21:10
mastodon drupal-8 MastodonPHP
组态 在/ admin / config / services / mastodon中配置OAuth 默认情况下,配置表单将提供:client_id,client_secret和授权URL。 转到授权URL,确认访问,复制授权代码并保存配置。 表单将从访问令牌自动完成承载,然后重新保存配置。 将显示API的测试,从您的实例的用户1获得关注者。 使用API Mastodon类可作为Drupal服务使用,该服务使用构造函数中从配置定义的OAuth凭据。 通过依赖注入('mastodon.api')获取它,然后就可以使用了。 $user = $mastodon->authenticat
【文件预览】:
mastodon-master
----mastodon.info.yml(153B)
----src()
--------Plugin()
--------Controller()
--------MastodonInterface.php(602B)
--------Form()
--------MastodonEntityInterface.php(444B)
--------Mastodon.php(7KB)
----mastodon.routing.yml(952B)
----js()
--------mastodon.admin.js(2KB)
----mastodon.services.yml(81B)
----composer.json(477B)
----mastodon.permissions.yml(102B)
----README.md(11KB)
----config()
--------install()
----mastodon.module(522B)
----mastodon.libraries.yml(148B)
----mastodon.links.menu.yml(218B)