Hey,

I'm developing a web application using the Haughin library. It works
quite cool.

Now I was trying to update the user profile: name, location, url and
description but I not getting it... I'm doing like:

$user = $this->twitter->call('account/update_profile', array('name' =>
$name, 'url' => $web, 'location' => $location, 'description' =>
$desc));

But I'm getting an empty response and the profile is not updated...

Any of you did this before?

Reply via email to