summaryrefslogtreecommitdiffstats
path: root/examples/oauth/redditclient/doc/src
diff options
context:
space:
mode:
authorRyan Chu <ryan.chu@qt.io>2018-04-26 12:18:25 +0200
committerRyan Chu <ryan.chu@qt.io>2018-04-27 06:49:54 +0000
commit060c067960547cc2c129110017b6ccf020e6be6c (patch)
treeb6a1082986f4692163a53db352daef488e94684a /examples/oauth/redditclient/doc/src
parent0d845e00a000f376101165ec9a5c9096030db25c (diff)
Improve Reddit Client Example documentation
To register the application on Reddit: 1. Choose installed app when creating the application. 2. Set the redirect URI to http://localhost:1337/. Task-number: QTBUG-67856 Change-Id: I92f77eda30bea2c127ce8042f5a8a033b2bcd429 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
Diffstat (limited to 'examples/oauth/redditclient/doc/src')
-rw-r--r--examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc b/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
index 92ca6fb..6106ef1 100644
--- a/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
+++ b/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
@@ -39,6 +39,8 @@
To use this example, a consumer key from Reddit is needed.
To register the application visit https://www.reddit.com/prefs/apps/.
+ \note Choose \e {installed app} when creating the application.
+ \note Set the redirect URI to \e http://localhost:1337/ in Reddit settings.
\include examples-run.qdocinc
*/