diff options
author | Jens Bache-Wiig <jens.bache-wiig@nokia.com> | 2010-08-31 13:13:21 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jens.bache-wiig@nokia.com> | 2010-08-31 14:16:27 (GMT) |
commit | 9d92e1556b18db068891c0f33ff35c8f05059b73 (patch) | |
tree | af5e6141ca567df61265ed263f26005c21bb603e /doc/src/examples | |
parent | 94791e6d5be6859d87862d40233aece16d54932a (diff) | |
download | Qt-9d92e1556b18db068891c0f33ff35c8f05059b73.zip Qt-9d92e1556b18db068891c0f33ff35c8f05059b73.tar.gz Qt-9d92e1556b18db068891c0f33ff35c8f05059b73.tar.bz2 |
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
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/qml-twitter.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/qml-twitter.qdoc b/doc/src/examples/qml-twitter.qdoc index 8a0de00..c3182a0 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 */ |