8000 [ADD] Unsplash: Documentation to retrieve access key & app id · dep-odoo/documentation-user@9753fd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9753fd2

Browse files
committed
[ADD] Unsplash: Documentation to retrieve access key & app id
1 parent 018dbb0 commit 9753fd2

10 files changed

+55
-0
lines changed

general/unsplash.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
========
2+
Unsplash
3+
========
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
unsplash/unsplash_access_key
9+
unsplash/unsplash_application_id
27.6 KB
Loading

general/unsplash/media/access_key.png

23.3 KB
Loading

general/unsplash/media/app_id_url.png

47.2 KB
Loading

general/unsplash/media/app_infos.png

37.3 KB
Loading

general/unsplash/media/create_app.png

8.51 KB
Loading
25.4 KB
Loading

general/unsplash/media/select_app.png

38.8 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
=======================================================
2+
How to generate an Unsplash access key
3+
=======================================================
4+
5+
- Create an account on `Unsplash.com <https://unsplash.com/join>`_.
6+
7+
- Go to your `applications dashboard <https://unsplash.com/oauth/applications>`_ and click on **New Application**.
8+
9+
.. image:: media/create_app.png
10+
:align: center
11+
12+
- Accept the conditions and click on **Accept terms**.
13+
14+
.. image:: media/accept_terms.png
15+
:align: center
16+
17+
- You will be prompted to insert an **Application name** and a **Description**. Once done, click on **Create application**.
18+
19+
.. image:: media/app_infos.png
20+
:align: center
21+
22+
- You should be redirected to your application details page. Scroll down a bit to find your **access key**.
23+
24+
.. image:: media/access_key.png
25+
:align: center
26+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
=======================================================
2+
How to generate an Unsplash application ID
3+
=======================================================
4+
5+
- 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>`_.
6+
7+
- Go to your `applications dashboard <https://unsplash.com/oauth/applications>`_ and click on your newly created Unsplash application under **Your applications**.
8+
9+
.. image:: media/select_app.png
10+
:align: center
11+
12+
- 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``
13+
14+
.. image:: media/app_id_url.png
15+
:align: center
16+
17+
- 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.
18+
19+
.. image:: media/production_account.png
20+
:align: center

0 commit comments

Comments
 (0)
0