Closed GoogleCodeExporter closed 8 years ago
You can register a new app on Twitter developers and you will obtain your keys.
Then you can use them instead of the Bluetest library
Original comment by ing.pca...@gmail.com
on 17 Jul 2012 at 10:49
That doesn't tell me *how* to use them instead of BlueTest :-)
What do I need to do to create a jar like blue test?
Original comment by terence.eden
on 17 Jul 2012 at 10:51
[deleted comment]
actually is not mandatory to create a new jar. You could just place your key
and secret at the row 139 of TwitterService as first two parameters:
new OAuthSignpostClient(Obfuscator.getKey(), Obfuscator.getSecret(), token,
secret);
Original comment by ing.pca...@gmail.com
on 17 Jul 2012 at 10:56
That doesn't work. Changes also need to be made in LoginActivity.
When those changes are made, connectivity fails.
Original comment by terence.eden
on 17 Jul 2012 at 3:39
Of course, the CommonsHttpOAuthConsumer creation in Login activity needs to be
updated as well in the same way.
Original comment by ing.pca...@gmail.com
on 20 Jul 2012 at 10:39
Original comment by ing.pca...@gmail.com
on 6 Sep 2012 at 3:12
Original issue reported on code.google.com by
terence.eden
on 9 Jul 2012 at 2:00