Creating the Controller
Now that you have configured ScreenSteps Live you need to create a controller and a page in Salesforce.com. We will begin by creating the Controller for the Visualforce page.
Navigate to your Salesforce.com Setup Area
Navigate to Apex Classes Page
From the menu, expand Develop and click on Apex Classes.
Create a New Class
Click on the New button to create a new class.
Paste In ScreenStepsLiveRemoteLoginController Code
In the code field (1) paste the code that appears below. Make sure to replace the string INSERT_REMOTE_AUTH_TOKEN_HERE in the code with the remote authentication token you copied in the previous lesson.
After pasting in the code and inserting your token, click the Save button (2).
Add your comment