![]() |
Twitter API problem
Hello. I built a website that interfaces with the Twitter API. Recently I decided to transfer my entire website onto a framework (codeigniter).
My issue is as follows. In my Models I have the following Code:
public function settwconfig(){Code:
public function feed() {The library I'm using is the following: https://github.com/abraham/twitteroauth This has been killing me. All help is welcome :) |
nobody? :(
|
Quote:
I had the same problem... this is what I did... In twitterauth it doesn't have a default value... so from function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL) {to function __construct($consumer_key = '', $consumer_secret = '', $oauth_token = NULL, $oauth_token_secret = NULL) {Solved :) |
| All times are GMT +1. The time now is 03:03 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.