Authorization Endpoint

The authorization endpoint tells this app where to direct your browser to sign you in.

authorizationEndpoint): ?>
Found your authorization endpoint: authorizationEndpoint ?>
Could not find your authorization endpoint!

You need to set your authorization endpoint in a <link> tag on your home page.

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: tokenEndpoint ?>
Could not find your token endpoint!

You need to set your token endpoint in a <link> tag on your home page.

Micropub Endpoint

The Micropub endpoint is the URL this app will use to post new photos.

micropubEndpoint): ?>
Found your Micropub endpoint: micropubEndpoint ?>
Could not find your Micropub endpoint!

You need to set your Micropub endpoint in a <link> tag on your home page.

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