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