implementing twitter xauth in java
I am trying to implement twitter xauth using java. I have already registered application and gained privilege for xauth. I already used API for login, post and other. Now I want to do it on my own. 开发者_如何转开发I have read the docs form twitter. I have understood some aspect of it. I want to implement it. Can anyone guide me for creating program.
I happen to read this thread Implement OAuth in Java but it didn't work for me.
And if I am not clear then ask me.
Thanks.
Have a look at this example from the Zwitscher source code:
LoginActivity.loginXauth(), which then calls into TwitterHelper.generateAccount()
Maybe this question on SO can help : Android Twitter xAuth example using twitter4j
Have a look to Twitter4j too.
精彩评论