Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Elliot's Twitter API for CodeIgniter. i downloaded the latest patch from https://github.com/vixnet/codeigniter-twitter . all seems to work fine. only when i want to get the status of a user it shows error.

For example: $statuses_list = $this->tweet->call('get', 'statuses/user_timeline'); WORKS FINE!

but

$statuses_list =  $this->tweet->call('get', 'statuses/user_timeline', array( 'include_entities' => 'true', 'count' => '2'));

Show error as:

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: libraries/tweet.php

Line Number: 208

Can anyone help please?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.