[twitter-dev] Re: Cannot authenticate on Friendships/Destroy method

2009-05-18 Thread Matthias Bauer
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

[twitter-dev] Re: Cannot authenticate on Friendships/Destroy method

2009-05-18 Thread Ryan Tuosto
haha yea I saw that nearly right after I made that post! On Mon, May 18, 2009 at 2:07 AM, Matthias Bauer moef...@gmail.com wrote: 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']