[ADD] Unsplash: Documentation to retrieve access key & app id

This commit is contained in:
Romain Derie 2018-10-26 17:27:59 +02:00
parent 018dbb0fdf
commit 9753fd262c
10 changed files with 55 additions and 0 deletions

9
general/unsplash.rst Normal file
View File

@ -0,0 +1,9 @@
========
Unsplash
========
.. toctree::
:titlesonly:
unsplash/unsplash_access_key
unsplash/unsplash_application_id

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,26 @@
=======================================================
How to generate an Unsplash access key
=======================================================
- Create an account on `Unsplash.com <https://unsplash.com/join>`_.
- Go to your `applications dashboard <https://unsplash.com/oauth/applications>`_ and click on **New Application**.
.. image:: media/create_app.png
:align: center
- Accept the conditions and click on **Accept terms**.
.. image:: media/accept_terms.png
:align: center
- You will be prompted to insert an **Application name** and a **Description**. Once done, click on **Create application**.
.. image:: media/app_infos.png
:align: center
- You should be redirected to your application details page. Scroll down a bit to find your **access key**.
.. image:: media/access_key.png
:align: center

View File

@ -0,0 +1,20 @@
=======================================================
How to generate an Unsplash application ID
=======================================================
- You should first create and set up your Unsplash application with this tutorial: `How to generate an Unsplash access key <https://www.odoo.com/documentation/user/unsplash_access_key.html>`_.
- Go to your `applications dashboard <https://unsplash.com/oauth/applications>`_ and click on your newly created Unsplash application under **Your applications**.
.. image:: media/select_app.png
:align: center
- You will be redirected to your application details page. The **application ID** will be visible in your browser's URL. The URL should be something like ``https://unsplash.com/oauth/applications/application_id``
.. image:: media/app_id_url.png
:align: center
- Note that if you `apply for a production account <https://unsplash.com/documentation#registering-your-application>`_ and it got approved, your will also find your application ID in the UI. It will be listed next to your **Access Key** on your application details page.
.. image:: media/production_account.png
:align: center