magento - Cake Php 3.0 how to use OAuth php extenstion -



magento - Cake Php 3.0 how to use OAuth php extenstion -

i trying utilize php extension oauth in cakephp 3 application authentication magento.

the module installed in php when utilize in application gives error.

the code written (i got magento site)

$oauthclient = new oauth($consumerkey, $consumersecret,oauth_sig_method_hmacsha1, $authtype);

the error got

class 'app\controller\oauth' not found

the error simple, new php , don't know much structure

need add

utilize oauth;

php magento cakephp oauth

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -