Well I finally got the PIN authentication working.
But this is the confusing part. After reading many post about authentication and the CALLBACK URL.
I am coding in Java and using Twitter4J API. I do not want to use the PIN method. Is it not possible to authenticate via Java mobile app with Twitter (Not via the PIN Method)?
I found one reference video to someone coding a Android App and was catching the Twitter CALLBACK URL as authorization completed. Then stores the keys and APP takes over. NO PIN interface needed
Is this possible? Anyone have a java working example of how to authenticate without the PIN?