[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-11-16 Thread Michael B.
Still nothing. I've gotten around this by searching in the returned object for retweeted_status, and if it's set, pulling information from there. On Nov 16, 3:36 pm, "Carlos M." wrote: > Guys, any update in this issue? still getting all the retweeted values > False. > > On Oct 18, 10:28 am, "Car

[twitter-dev] preg_replace a List name

2010-11-10 Thread Michael B.
I'm working on a module that will allow a user to pull up the tweets from a specified list. One of the issues I'm facing is converting the group name from the user inputted name to it's URL counterpart. For example, "It's all J!, baby" is called as "it-s-all-j-baby" via the URL. Does anyone have

[twitter-dev] Determine if a tweet is a RT in REST API

2010-10-30 Thread Michael B.
Hi there, I'm aware that in the REST API, that the retweeted datapoint is disabled. So, I'm trying to find a workaround to this to display retweeted statuses in the manner I'm shooting for in my module. The call I'm doing is http://api.twitter.com/1/statuses/user_timeline.json?include_my_retweet

[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-09-03 Thread Michael B.
Thanks for the info Matt, and I look forward to when they are enabled again. On Sep 3, 6:25 pm, Matt Harris wrote: > Hi Michael, > > Soon after launching those fields we identified some problems with > them so had to disable them. That means the behavior you are seeing is > expected right now. Wh