What does the following print?:

> print_r($twitter->responseInfo);



On Sat, Jul 18, 2009 at 20:04, Jason <jason.ta...@gmail.com> wrote:

>
> I'm using class.twitter.php as my api interface. I JUST started
> messing around with the twitter API.
>
> Here's the following code:
>
> <?php
> error_reporting(E_ALL);
>
> require_once 'class.twitter.php';
>
> $username = '*****';
> $password = '*****';
>
> $twitter = new twitter();
> $twitter->username = $username;
> $twitter->password = $password;
>
> $res = $twitter->update('http://code.google.com');
>
> echo $res;
>
> ?>
>
> I'm really not sure where I'm running amuck. It keeps returning Bad
> Request.
>



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, WI, United States

Reply via email to