yii eauth for twitter connect

Dear beloved yii coders!

I am trying to solve this problem for more than 2 days now.

I use the yii eauth extension for authenticating with twitter, so logging in works perfectly.

But when i want to use api calls (like: give me the home_timeline of the user) i get a 401 exception: "user not authenticated". While i just logged in via twitter??

this is my code:


$timeline = Yii::app()->eauth->getIdentity(Yii::app()->user->service)->makeSignedRequest('http://api.twitter.com/1/statuses/home_timeline.json');

More details about the extension here: link

this would be so great to see this solved :)

Hi

Did you solved this issue?

Login works fine and after the login you can make as many calls to twitter api as you want, but eauth->getIdenty is not a cached object of the login identityi

Did you find a solution? :)