summaryrefslogtreecommitdiffstats
path: root/examples/oauth/twittertimeline/twitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the twittertimeline exampleNicolas Ettlin2018-07-031-1/+1
| | | | | | | | | | | | | 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 licensingv5.9.0-rc2v5.9.0-rc1v5.9.0-beta4v5.9.0Jani Heikkinen2017-05-041-10/+31
| | | | | | | | | | | | | - Remove unused LICENSE.GPLv3 license file & add missing LICENSE.GPL3-EXCEPT - Examples are licensed under BSD nowdays, update correct license headers there - Test are licensed under GPL-EXCEPT nowdays, update correct license header there Change-Id: If826712993e14f434bcca74821348880563d61ae Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* Let the users change the path for the callback-url5.8Mårten Nordheim2017-04-101-0/+1
| | | | | | Task-number: QTBUG-59653 Change-Id: I4bf938db2db3624c37b7f1a8d598bfa43052e2e0 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Modify licensev5.8.0-rc1v5.8.0Jesus Fernandez2016-12-071-16/+6
| | | | | | | Change-Id: I40cc53ee24ad71a1293dc3b635b2cb545d29a686 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@theqtcompany.com> Reviewed-by: Fredrik de Vibe <fredrik.devibe@qt.io>
* Twitter Client ExampleJesus Fernandez2016-12-071-0/+82
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>