java - BlackBerry OAuth Alternative -


I think there are no Oath libraries that I can use with Blackberry mobile devices. The only possibility that I have found is the following, which I have not yet seen in detail:

So, I have a question (there is no other library in it), What is this a work around for? Is it possible that my application should use an embedded browser, and authenticate via JavaScript or PHP or something else, and then find a way to pass authenticated tokens in my application? I want my app to be the original Java application on BlackBerry, I do not want to convert it into a full web application that just shows in an embedded browser. Any ideas?

You may

and

or This is a


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

mysql - Can mysql_pconnect be called multiple times in one php page? -