Twitter api and retweets

Posted by Juan Manuel on Stack Overflow See other posts from Stack Overflow or by Juan Manuel
Published on 2010-11-04T21:34:04Z Indexed on 2010/12/23 3:54 UTC
Read the original article Hit count: 190

Filed under:

I'm trying to get the last tweet from the people I follow using the twitter api (http://api.twitter.com/1/statuses/friends.json&screen_name=[username]), but I noticed that if the user's last tweet is a retweet, the json data does not contain a "status" element.

Using the "user timeline" api does not work either, the last tweet is the last non retweeted tweet.

Is there a way to get the real last status, even if it's a RT, through the twitter API?

© Stack Overflow or respective owner

Related posts about twitter-api