summaryrefslogtreecommitdiffstats
path: root/examples/oauth/twittertimeline/doc
Commit message (Collapse)AuthorAgeFilesLines
* Use 127.0.0.1 for redirect URISamuel Gaist2018-11-221-1/+1
| | | | | | | | | | | | | Following section 8.3 of RFC 8252 (https://tools.ietf.org/html/rfc8252#section-8.3), it is specifically not recommended to use localhost but 127.0.0.1. This patch fixes that. [ChangeLog][General] Use 127.0.0.1 in place of localhost for redirect URI following RFC 8252. Fixes: QTBUG-67528 Change-Id: I6f5a8dd26134cde2373185eaf2c8853d6f500e98 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Fix the twittertimeline exampleNicolas Ettlin2018-07-031-0/+2
| | | | | | | | | | | | | The ‘twittertimeline’ example wasn’t working because it couldn’t find a callback URL to redirect the user to. This was fixed by forcing the HTTP server to listen to a specific port (1337), as it’s done in the Reddit example. This commit also updates the documentation to explain how the users should configure the callback URL on their Twitter app settings. Task-number: QTBUG-68632 Change-Id: Idaaa550ecc37b42f91efa80f63b03d9c222c2e96 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* Fix outdated FDL license headerv5.9.3Kai Koehne2017-10-181-4/+4
| | | | | Change-Id: Ib77d7820fbc6c9e0631309f7a4a1511440294758 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump copyright yearJesus Fernandez2017-07-121-1/+1
| | | | | Change-Id: Iaad9fb2096cd01a762c3eace90c6154b0d0ebe59 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Twitter Client ExampleJesus Fernandez2016-12-072-0/+44
Basic Twitter client which shows the user timeline in a QTableView. Also add documentation for the example, and the examples group page for this module. Change-Id: I54bf0eb3385d3fa2befec1b0b84246237c13f597 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>