I am working on the Twitter Authentication
. The Basic Authentication will expire on August 16th onwards. So we have to use OAuth
to use Twitter Authentication. But Its some Complicated to implement. XAuth
is cuts off the two steps. But the Problem is i used Twitter4j
to authenticate.And also had bad documentation too. I want to use XAuth from 1.6 itself. Which package you suggest to use. and If any example
or tutorial
for specifiacally for Android to use XAuth
Authentication.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
EDIT: In my code I did this:
Then you must save your Token and Token secret from
AccesToken
When you want to use your Token you just do this: