Reddit 范例

演示采用 OAuth 2 进行身份验证以访问 Reddit。

Screenshot of the example

Reddit 范例使用 OAuth 2,因为支持通过 Qt Network Authorization , to sign in to Reddit and display the Reddit posts (in text format) associated with the authenticated user.

To use this example, a consumer key from Reddit is needed. To register the application visit https://www.reddit.com/prefs/apps/.

注意: Choose 安装 APP 当创建应用程序时。

注意: 将重定向 URI (统一资源标识符) 设为 http://127.0.0.1:1337/ 在 Reddit 设置中。

运行范例

要运行范例从 Qt Creator ,打开 欢迎 模式,然后选择范例从 范例 。更多信息,拜访 构建和运行范例 .

范例工程 @ code.qt.io