Hi everyone,
I am developing a Netflix application for the Blackberry, and so far one of my biggest challenges has been related to the OAuth protocol. I have been searching for examples of implementing OAuth with Java (on the Blackberry), and I have found very little. One of the other posts on stackoverflow recommended Signpost (http://code.google.com/p/oauth-signpost/), but I haven't looked into it that much, as it seems there are some compatibility issues with the Netflix API.
So, I was wondering if anyone could offer advice on this matter. Does anyone recommend Signpost? Or anything else?
One alternative that I am thinking about is using an embedded web browser for authentication, I think this could make it a lot easier. However, if I do it this way, I am unsure to what extent I will be able to pass objects from the browser to my application. Also, I am unsure what this would mean for keeping a session active.
While I clearly have a lot more research to do, I would appreciate any help/advice along the way.
Thanks!