= partial('partials/header') ?>
Authorization Endpoint
The authorization endpoint tells this app where to direct your browser to sign you in.
authorizationEndpoint): ?>
Found your authorization endpoint: = $this->authorizationEndpoint ?>
Could not find your authorization endpoint!
You need to set your authorization endpoint in a <link>
tag on your home page.
= partial('partials/auth-endpoint-help') ?>
Token Endpoint
The token endpoint is where this app will make a request to get an access token after obtaining authorization.
tokenEndpoint): ?>
Found your token endpoint: = $this->tokenEndpoint ?>
Could not find your token endpoint!
You need to set your token endpoint in a <link>
tag on your home page.
= partial('partials/token-endpoint-help') ?>
Micropub Endpoint
The Micropub endpoint is the URL this app will use to post new photos.
micropubEndpoint): ?>
Found your Micropub endpoint: = $this->micropubEndpoint ?>
Could not find your Micropub endpoint!
You need to set your Micropub endpoint in a <link>
tag on your home page.
= partial('partials/micropub-endpoint-help', $this) ?>
authorizationURL): ?>
Ready!
Clicking the button below will take you to your authorization server which is where you will allow this app to be able to post to your site.
Authorize