Welcome Guest, Not a member yet? Register   Sign In
Integrating twitterOauth?
#9

(01-12-2018, 07:30 AM)raulrola Wrote: Hi... Instead of opening a new thread I'm asking here because I would like to know how to implement twittteroauth WITHOUT using Composer. I mean, with codeigniter downloaded as the manual suggest. Is it possible? Maybe using third_party directory? Thank you

Ok I'm ansering myself since I solved it. It was really simple following the instructions from here: https://github.com/abraham/twitteroauth/...-352299580

I downloaded the last version from github and extracted it at third_party directory.

Then, I just needed to put this before the class declaration
Code:
use Abraham\TwitterOAuth\TwitterOAuth;

And this inside my method code:
Code:
require "twitteroauth/autoload.php";
Reply


Messages In This Thread
Integrating twitterOauth? - by blackbulldog - 04-04-2016, 08:42 AM
RE: Integrating twitterOauth? - by albertleao - 04-04-2016, 08:49 AM
RE: Integrating twitterOauth? - by blackbulldog - 04-04-2016, 09:29 AM
RE: Integrating twitterOauth? - by albertleao - 04-04-2016, 04:37 PM
RE: Integrating twitterOauth? - by blackbulldog - 04-05-2016, 01:22 AM
RE: Integrating twitterOauth? - by Tpojka - 04-05-2016, 04:43 AM
RE: Integrating twitterOauth? - by blackbulldog - 04-05-2016, 05:10 AM
RE: Integrating twitterOauth? - by raulrola - 01-12-2018, 07:30 AM
RE: Integrating twitterOauth? - by raulrola - 01-12-2018, 09:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB