[twitter-dev] Re: J2ME OAUTH token for Twitter

2010-09-07 Thread Amid Lad
application is incapable of receiving an URL-based callback, you need to present a UI for the user to hand-enter the PIN code/oauth_verifier, and then use that value to complete the flow after sending the user through the authorization steps. Taylor On Mon, Sep 6, 2010 at 12:14 AM, Amid Lad amid

[twitter-dev] J2ME OAUTH token for Twitter

2010-09-06 Thread Amid Lad
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

[twitter-dev] OAUTH on J2ME forums

2010-09-06 Thread Amid Lad
hi all. i'm building an application in j2me. but, i get stuck on oauth. should i get request token everytime user want to login ? should user enter pin code everytime ? should i get access token everytime ? if no, how to authenticate user ? should i save the access token on my database ?