0

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.

Community
  • 1
  • 1
bunkdeath
  • 2,348
  • 5
  • 21
  • 23

2 Answers2

0

Have a look at this example from the Zwitscher source code:

LoginActivity.loginXauth(), which then calls into TwitterHelper.generateAccount()

Heiko Rupp
  • 30,426
  • 13
  • 82
  • 119
0

Maybe this question on SO can help : Android Twitter xAuth example using twitter4j

Have a look to Twitter4j too.

Community
  • 1
  • 1
Stephan
  • 41,764
  • 65
  • 238
  • 329
  • I don't want to use any api, I want to code it with java without any help of any api. I want to implement, not to use it. – bunkdeath Apr 04 '11 at 14:45
  • sorry for late response, but I was trying to figure it out, how it is done. But I was unable, could you post a sample program(one file program), it would be helpful. – bunkdeath Apr 22 '11 at 14:04
  • sorry, but I fear to don't understand you. You don't want to use an api but you can't figure out how Twitter4j do the job ... right ? Anyway, I can solely tell you to ask Twitter4j developers an help : http://twitter4j.org/en/development.html – Stephan Apr 22 '11 at 14:41