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.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to