Hi,
I want to integrate Twitter into my android app, I’m doing coding based of Twitter4j library.
Actually I could use it in my project. But my problem is I don’t know what should I do after getting the PIN code. What should I do with this?
I didn’t use call back method and it is set to “none”. therefore Twitter sends me PIN code. I create a box the user should write the PIN into it and after clicking send, I want to send it to server but I don’t know the address and format of sending PIN code.
I completely appropriated if someone can help me.