summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-08-31 15:13:21 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2010-09-02 16:12:56 +1000
commit2929ca682711fcf4be5411480975366442be5969 (patch)
tree7ab8c550069c82db3ec313950ca3ca9e0d6425b8 /doc
parent2031186a52e8def2cfda170771db2286951f4cde (diff)
Updated Twitter demo in response to the new Twitter oauth requirement
Twitter is blocking access to the old authentification method that our demo was using. This breaks the demo completely. To fix this, I changed the demo into only make use of the public search API. You can no longer tweet but you can search for different tweets. At the moment making an oauth capable demo is not desirable due to the problems with handling a secret app token among other issues. Task-number: QTBUG-13181 Reviewed-by: Alan Alpert (cherry picked from commit 9d92e1556b18db068891c0f33ff35c8f05059b73)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/qml-twitter.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/qml-twitter.qdoc b/doc/src/examples/qml-twitter.qdoc
index 8a0de00780..c3182a0d5b 100644
--- a/doc/src/examples/qml-twitter.qdoc
+++ b/doc/src/examples/qml-twitter.qdoc
@@ -29,8 +29,8 @@
\title Twitter Mobile
\example demos/declarative/twitter
- This demo shows how to write a mobile Twitter client in QML. Use it to
- tweet us(@qtbynokia) how much you like our demos!
+ This demo shows how to write a mobile Twitter search client in QML. Use it to
+ see what people think about Qt Quick!
\image qml-twitter-demo.png
*/