Welcome Guest, Not a member yet? Register   Sign In
Library for getting tweets
#2

[eluser]Bartolo![/eluser]
i didnt get it work.

and when i try http://api.twitter.com/1/statuses/user_timeline.json?id= the website of twitter asks for a username and password. Does this mean that this class isnt working any more???

regards,

Bart

Code:
function index()
    {    
        $this->load->library('Tbird');
        
        $this->tbird->config('user', 'myusername', '5', '300', '25');
        
        $data['tweets'] = $this->tbird->filter();
        
        $this->load->view('v_home', $data);
    }


gives:

Code:
<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  Undefined index:  results</p>
<p>Filename: libraries/Tbird.php</p>
<p>Line Number: 268</p>

</div><div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message:  array_slice() expects parameter 1 to be array, null given</p>
<p>Filename: libraries/Tbird.php</p>
<p>Line Number: 273</p>

</div><div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>

<p>Message:  Invalid argument supplied for foreach()</p>
<p>Filename: libraries/Tbird.php</p>
<p>Line Number: 276</p>

</div><div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  Undefined variable: data</p>
<p>Filename: libraries/Tbird.php</p>

<p>Line Number: 288</p>


Messages In This Thread
Library for getting tweets - by El Forum - 09-21-2010, 09:16 PM
Library for getting tweets - by El Forum - 10-26-2010, 01:20 PM
Library for getting tweets - by El Forum - 10-26-2010, 02:00 PM
Library for getting tweets - by El Forum - 10-28-2010, 05:08 AM
Library for getting tweets - by El Forum - 10-29-2010, 04:20 AM
Library for getting tweets - by El Forum - 04-25-2011, 02:07 PM
Library for getting tweets - by El Forum - 01-19-2013, 04:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB