From 261b3baf8424af5902892d574d89e3f877e91ac1 Mon Sep 17 00:00:00 2001 From: palaniraja Date: Mon, 29 Apr 2013 17:08:25 +0530 Subject: [PATCH] #error to direct which file/location to modify No point in building the app without a valid Oauth info. --- Accounts/ViewControllers/Modal/OAuthViewController.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Accounts/ViewControllers/Modal/OAuthViewController.h b/Accounts/ViewControllers/Modal/OAuthViewController.h index aedd13d..ef285c7 100644 --- a/Accounts/ViewControllers/Modal/OAuthViewController.h +++ b/Accounts/ViewControllers/Modal/OAuthViewController.h @@ -29,7 +29,11 @@ #import "OAuthLoginHostPicker.h" #import "OAuthCustomHostCreator.h" -// keys for login +/* +How to get OAuth ClientID and ConsumerSecret? +Follow the steps: https://www.salesforce.com/us/developer/docs/api_streaming/Content/code_sample_auth_oauth.htm +*/ +#error Replace ClientID/ConsumerKey and ConsumerSecret with valid info and comment this line #define OAuthClientID @"Your OAuth Key" #define OAuthConsumerSecret @"Your OAuth secret"