Last active
March 20, 2018 17:55
-
-
Save willwm/2762b57d9606a78624d70c434f6ed6b8 to your computer and use it in GitHub Desktop.
lcom-techblog: LTI HTML Example (https://medium.com/lcom-techblog/simple-lti-tool-consumer-in-html-and-javascript-72ca153d7a83)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="ltiForm" action="https://lti.tools/saltire/tp" method="POST"> | |
<input name="lti_message_type" type="hidden" value="basic-lti-launch-request"> | |
<input name="lti_version" type="hidden" value="LTI-1p0"> | |
<input name="resource_link_id" type="hidden" value="resourceLinkId"> | |
<input name="oauth_consumer_key" type="hidden" value="jisc.ac.uk"> | |
<input name="oauth_nonce" type="hidden" value="MTUxNTM2NzA0Nw=="> | |
<input name="oauth_signature_method" type="hidden" value="HMAC-SHA1"> | |
<input name="oauth_timestamp" type="hidden" value="1515367047"> | |
<input name="oauth_version" type="hidden" value="1.0"> | |
<input name="oauth_signature" type="hidden" value="M70zaLRx9Wh8gxet5G3pPRNY+MM="> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment