Hello,
I've been playing around with android-query. Nice work so far, i like the
philosophy of the lib.
I have a very small enhancement to propose for the TwitterHandle class.
I would like to be able to set in a TwitterHandle instance the Access Token and
the Access Token Secret provided for my app by twitter. It can permit to be
able to use it this way:
https://dev.twitter.com/docs/auth/oauth/single-user-with-examples
In a case where you only want to read a user timeline you might not want make
everyone authorize your app for just a simple read and consider that everyone
just reading uses the account of a user who has already authorized your app.
Currently it's not possible. I found a workaround reading your code. I save the
values in the preferences before initializing the TwitterHandle object. This
way your lib uses it reading it from the preferences. But it might be cleaner
to provide a simple way to set the access token and access token secret.
brgds
Guilhem
Original issue reported on code.google.com by guilhem....@gmail.com on 12 Dec 2012 at 2:15
Original issue reported on code.google.com by
guilhem....@gmail.com
on 12 Dec 2012 at 2:15