PHP Classes

Basic LTI OAuth

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Basic LTI OAuth  >  (Un) Subscribe thread alerts  
Subject:Basic LTI OAuth
Summary:Basic LTI OAuth
Messages:2
Author:brijendra singh
Date:2012-12-07 07:06:23
Update:2012-12-08 05:08:13
 

  1. Basic LTI OAuth   Reply   Report abuse  
Picture of brijendra singh brijendra singh - 2012-12-07 07:06:23
Hi,
How can i use this class for the Basic LTI (Learning Tool Interoperability) implementation.
Basic LTI also uses the same OAuth protocol for the authorization.
Can you please send me some input on that.

  2. Re: Basic LTI OAuth   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-12-08 05:08:13 - In reply to message 1 from brijendra singh
The class does not provide built-in support for this API but it can be configured externally to access it.

This page explains that it uses OAuth 1.0a version:

imsglobal.org/lti/blti/bltiv1p0/lti ...

The class can be configured to access it but the documentation is confusing.

Do you need to create an application in the API site to get the OAuth consumer key and consumer secret? I did not find information where that can be done.