开发者

implementing twitter xauth in java

开发者 https://www.devze.com 2023-02-22 11:12 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消