SignPost or Twitter4j to log in with Twitter (OAuth)?

I read a lot about the index, and then returned to Twitter4J, from which I created my Twitter apps when OAuth was not needed.

Now I'm confused about whether I should use the signpost or the Twitter4J OAuth authentication method.

I read that Twitter4J itself uses a pointer for OAuth, but I'm not sure which choice I should make.

Please help.

Thanks a lot!

+4
source share
2 answers

I searched for the answer to this question because:

  • If I use SignPost, I can make Twitter Sign In work
  • If I used Twitter4J, then I had to ask the user for its uid / pass

Although I wanted to use only Twitter4J.

Anyway, I devised a path between the two and used Twitter4J to achieve Twitter Login.

+8
source

Twitter4J has no dependency, and it has received its own support for OAuth support.

You can access Twitter with Twitter4J. Here you can find an example of webapp. https://github.com/yusuke/sign-in-with-twitter

+5
source

All Articles