Welcome Guest, Not a member yet? Register   Sign In
Haughin's twitter library, can't update status w/ basic auth
#3

[eluser]Noor[/eluser]
Thank you for your reply phill, I like your libraries.

But I don't see any error message here.
Here's my code
Code:
$this->load->library('twitter');
            
$username = "twitter_username";
$password = "twitter_password";
            
$this->twitter->auth($username, $password);

$this->twitter->call('statuses', 'update', array('status' => $this->input->post('status')));

but it's working when I use to read timeline
Code:
$data['timeline'] = $this->twitter->call('statuses/user_timeline');


Messages In This Thread
Haughin's twitter library, can't update status w/ basic auth - by El Forum - 04-25-2010, 12:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB