On 2009-05-17 11:17, RTuosto wrote:
> I'm trying to use the destroy friendships API method but I'm running
> into a problem.
>
> $login = "login: " .$_POST['authid'] . ":" . $_POST['authpassword'];

This should be $login = $_POST['authid'] . ":" . $_POST['authpassword'];

-Matt

Reply via email to