Skip to content

Instantly share code, notes, and snippets.

@junojisan
Last active August 29, 2015 14:03
Show Gist options
  • Save junojisan/598ee0f79e12b0c040f0 to your computer and use it in GitHub Desktop.
Save junojisan/598ee0f79e12b0c040f0 to your computer and use it in GitHub Desktop.
<apex:page showHeader="false" sidebar="false" controller="OAuthInitiateController">
<apex:form >
<apex:pageBlock title="SalesforceだけでOAuthを試してみる">
<apex:commandButton action="{!initiate}" value="OAuth認証フロー開始" />
</apex:pageBlock>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment