I've been transitioning our basic authentication calls over to OAuth. I'm using the j2me OAUTH library(for mobile). All of the authentication calls are working and I receive proper responses from GET requests.
But the problem is with access token. What I have to do is to pass the url and get the pin number and need to pass the pin number to get the access. How can I avoid this process and directly get the pin response from server and use it get the twitter access? What is the url to get the pin response? Thanks in advance. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
