From 21ce26a3d88690a2ba9daa31a1e6910d67d4ffe7 Mon Sep 17 00:00:00 2001 From: Kyle Fowler Date: Thu, 22 Mar 2012 20:35:57 -0700 Subject: [PATCH] Updated README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index e69de29..4280f41 100644 --- a/README +++ b/README @@ -0,0 +1,9 @@ +#About the oauth library for BlackBerry 10 +This is a OAuth library built for the Cascades development framework for BlackBerry 10. It is a fork and BlackBerry specific implementation of the KQOauth library that can be found here http://www.gitorious.org/kqoauth under the LGPL license. + +This library supports both OAuth1 and OAuth2 authorization flow and authorized requests. +For authentication, both XAuth and the normal Token flow are supported. If using the token flow, your api provider must support a callback url so the library can process the auth. It uses the native BlackBerry browser for authentication and handles callbacks from there via http://localhost. + +You will be able to provide a local html file that shows to the user in the native browser after they successfully authorize your app. + +Stay tuned for examples on each method coming soon.