From 4b10404bedfb297d87619f86e5470d9c8a58f161 Mon Sep 17 00:00:00 2001 From: "harsh.v" Date: Mon, 12 Oct 2015 11:32:33 +0530 Subject: [PATCH] [SAMPLE APP][LIBOAUTH] Changes in sample app guide with respect to the libOAith application Change-Id: I173039ee88249abf749a78a98b7bfa8ee4df216c Signed-off-by: harsh.v --- org.tizen.sampledescriptions/html/mobile_n/oauth_sd_mn.htm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/org.tizen.sampledescriptions/html/mobile_n/oauth_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/oauth_sd_mn.htm index 0d2055a..4ce8fc8 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/oauth_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/oauth_sd_mn.htm @@ -43,17 +43,18 @@ figure figcaption {

OAuth main view

Prerequisites

+

The dummy consumer key and dummy consumer secret in the oauth_provider_configs.h should be replaced with respective App Id and App secret in the LibOAuthSampleApp. Refer to the respective service owner to get the keys.

+

The App Id and App secret should be obtained from the respective resource owner provider and is out of scope of OAuth library service.

+ +

The system time in the deice should be adjusted to the respective time zone and the time should be accurate.

+

Internet connection should be enabled in the device.

+

To ensure proper application execution, the following privileges must be set:

-

Internet connection should be enabled in the device.

-

The system time in the deice should be adjusted to the respective time zone and the time should be accurate.

-

The App Id and App secret should be obtained from the respective resource owner provider and is out of scope of OAuth1.0 library service.

- -

Implementation

The OAuth 1.0 specification is defined in [RFC 5849] and it builds on the OAuth 1.0 [RFC 5849] deployment experience, as well as additional use cases and extensibility requirements gathered from the wider IETF community.

-- 2.7.4