Skip to content

Instantly share code, notes, and snippets.

@junojisan
Created August 4, 2014 06:44
Show Gist options
  • Save junojisan/3559573f7b06361572ca to your computer and use it in GitHub Desktop.
Save junojisan/3559573f7b06361572ca to your computer and use it in GitHub Desktop.
<apex:page showHeader="false" sidebar="false" controller="OAuthCallbackController">
<apex:pageBlock title="SalesforceだけでOAuthを試してみる">
<apex:pageMessages />
<apex:outputLabel value="Result:" />
<br/>
<textarea rows="10" cols="100">{!resBody}</textarea>
</apex:pageBlock>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment