I got this error:
Array ( [hash] => Array ( [request] => Array ( [#text] =>
> /statuses/user_timeline.xml?count=10 ) [error] => Array ( [#text] => Not
> found ) ) )
>
I believe, cakephp is not connecting to twitter :(?
Louie
On Thu, Nov 13, 2008 at 11:29 AM, Louie Miranda <[EMAIL PROTECTED]> wrote:
>
> Question:
>
> This is on the code.
> $this->Twitter->username = Configure::read('Twitter.username');
> $this->Twitter->password =
> Configure::read('Twitter.password');
> $statuses = $this->Twitter->status_user_timeline(
> //Configure::read('Twitter.username') ,
> Configure::read('Twitter.username') ,
> array('count' => 10)
> );
> if(array_key_exists('statuses', $statuses))
> $this->set('tweets', $statuses['statuses']['status']);
>
>
> So, does this mean? I'll just change.
> Configure::read('Twitter.username') ,
>
> to
>
> Configure::read('Twitter.mytwitteraccount?') ,
>
> Louie
>
> On Jun 4, 2:19 pm, "Siegfried Hirsch" <[EMAIL PROTECTED]>
> wrote:
> > For everybody who wants to use thetwittercomponent with 1.2 6311 you
> > just need to get the http.php unit from the nightly. At least this helped
> me
> > to get around the problems.
> >
> > 2008/6/3 strangy <[EMAIL PROTECTED]>:
> >
> >
> >
> > > The component was developed using the nightly version of cake (http://
> > > cakephp.org/downloads/index/nightly). With that version of cake the
> > > component should work as it works for me and a couple of other users
> > > that reported the same problem to me via mail.
>
> >
>
--
Louie Miranda ([EMAIL PROTECTED])
http://blog.louiemiranda.net
Security Is A Series Of Well-Defined Steps
chmod -R 0 / ; and smile :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---