Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Accounts/ViewControllers/Modal/OAuthViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down