[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-16 Thread Martin

Thanks for the clarification Marcel.

And as an FYI, clients using old version of MGTwitterEngine, will not
properly parsed status payloads with that retweeted_status fragment
and will crash.
This is mostly affecting iPhone clients that are using these old
versions.
And unfortunately the current version of our app is also affected.

L8er - Martin
www.wherecloud.com

On Oct 15, 6:49 pm, Marcel Molina mar...@twitter.com wrote:
 Having retweets in the user_timeline isn't intentional. I'll be
 ensuring they don't appear there in the next few days. The only place
 they should be appearing (once publicly available) is the
 home_timeline.

 On Wed, Oct 14, 2009 at 7:45 PM, Martin martin.duf...@gmail.com wrote:

  I'm retrieving the timeline for a specific user:

  curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

  Within that timeline, I see retweeted_status fragment.
  Is this normal behavior ?

  Thanks - Martin

 --
 Marcel Molina
 Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Martin

Thanks for the clarification.

That explains the inconsistent behavior we are seeing when trying to
load specific user timelines.
Do we have an updated api wiki that defines the semantics of the
retweeted_status fragment ?

Martin
www.wherecloud.com


On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
 I think its been enabled for a select few for testing. I don't think
 its gone public yet.





 On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com wrote:
  Maybe the new retweet functionality has been turned on?
  Ryan

  On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com wrote:

  I'm retrieving the timeline for a specific user:

  curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

  Within that timeline, I see retweeted_status fragment.
  Is this normal behavior ?

  Thanks - Martin

 --
 Josh


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread ryan alford
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_timeline
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_timelineThat
will be the new Friends Timeline.  It will include retweets, while the
current Friends Timeline will not.  The current Friends Timeline will
also be going away at some point in the future.

Ryan

On Thu, Oct 15, 2009 at 8:53 AM, Martin martin.duf...@gmail.com wrote:


 Thanks for the clarification.

 That explains the inconsistent behavior we are seeing when trying to
 load specific user timelines.
 Do we have an updated api wiki that defines the semantics of the
 retweeted_status fragment ?

 Martin
 www.wherecloud.com


 On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
  I think its been enabled for a select few for testing. I don't think
  its gone public yet.
 
 
 
 
 
  On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com
 wrote:
   Maybe the new retweet functionality has been turned on?
   Ryan
 
   On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
 wrote:
 
   I'm retrieving the timeline for a specific user:
 
   curlhttp://www.twitter.com/statuses/user_timeline/ev.xml
 
   Within that timeline, I see retweeted_status fragment.
   Is this normal behavior ?
 
   Thanks - Martin
 
  --
  Josh


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Martin

I have no problem with this new API call. But why is it also included
in the user_timeline payload ?
Is this inclusion official on the Twitter side...

Martin

On Oct 15, 9:46 am, ryan alford ryanalford...@gmail.com wrote:
 http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...
 http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...That
 will be the new Friends Timeline.  It will include retweets, while the
 current Friends Timeline will not.  The current Friends Timeline will
 also be going away at some point in the future.

 Ryan



 On Thu, Oct 15, 2009 at 8:53 AM, Martin martin.duf...@gmail.com wrote:

  Thanks for the clarification.

  That explains the inconsistent behavior we are seeing when trying to
  load specific user timelines.
  Do we have an updated api wiki that defines the semantics of the
  retweeted_status fragment ?

  Martin
 www.wherecloud.com

  On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
   I think its been enabled for a select few for testing. I don't think
   its gone public yet.

   On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com
  wrote:
Maybe the new retweet functionality has been turned on?
Ryan

On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
  wrote:

I'm retrieving the timeline for a specific user:

curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

Within that timeline, I see retweeted_status fragment.
Is this normal behavior ?

Thanks - Martin

   --
   Josh


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Rich

Hmm except this API payload doesn't match that for the home_timeline

Hometimeline shows retweet_status with a sub tag of retweeting_user,
but yet @ev's user timeline shows a tag of retweet_status with a
subtag of user.

I want to support it but not with the inconsistency in the API

On Oct 15, 5:18 pm, Martin martin.duf...@gmail.com wrote:
 I have no problem with this new API call. But why is it also included
 in the user_timeline payload ?
 Is this inclusion official on the Twitter side...

 Martin

 On Oct 15, 9:46 am, ryan alford ryanalford...@gmail.com wrote:



 http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...
  http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...That
  will be the new Friends Timeline.  It will include retweets, while the
  current Friends Timeline will not.  The current Friends Timeline will
  also be going away at some point in the future.

  Ryan

  On Thu, Oct 15, 2009 at 8:53 AM, Martin martin.duf...@gmail.com wrote:

   Thanks for the clarification.

   That explains the inconsistent behavior we are seeing when trying to
   load specific user timelines.
   Do we have an updated api wiki that defines the semantics of the
   retweeted_status fragment ?

   Martin
  www.wherecloud.com

   On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
I think its been enabled for a select few for testing. I don't think
its gone public yet.

On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com
   wrote:
 Maybe the new retweet functionality has been turned on?
 Ryan

 On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
   wrote:

 I'm retrieving the timeline for a specific user:

 curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

 Within that timeline, I see retweeted_status fragment.
 Is this normal behavior ?

 Thanks - Martin

--
Josh


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Marcel Molina

Having retweets in the user_timeline isn't intentional. I'll be
ensuring they don't appear there in the next few days. The only place
they should be appearing (once publicly available) is the
home_timeline.

On Wed, Oct 14, 2009 at 7:45 PM, Martin martin.duf...@gmail.com wrote:

 I'm retrieving the timeline for a specific user:

 curl http://www.twitter.com/statuses/user_timeline/ev.xml

 Within that timeline, I see retweeted_status fragment.
 Is this normal behavior ?

 Thanks - Martin




-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Marcel Molina

Updating the retweet doc payloads is on my todo list. It's
unfortunately currently a tedious and onerous task. I've been using my
cycles on other things. But it's on the list to do.

On Thu, Oct 15, 2009 at 1:53 PM, Josh Roesslein jroessl...@gmail.com wrote:

 The API doc on the wiki is not correct. There was an email sent out
 earlier about the new payload
 format.

 Could someone update the wiki for the new payload?

 Josh

 On Thu, Oct 15, 2009 at 3:48 PM, Rich rhyl...@gmail.com wrote:

 Hmm except this API payload doesn't match that for the home_timeline

 Hometimeline shows retweet_status with a sub tag of retweeting_user,
 but yet @ev's user timeline shows a tag of retweet_status with a
 subtag of user.

 I want to support it but not with the inconsistency in the API

 On Oct 15, 5:18 pm, Martin martin.duf...@gmail.com wrote:
 I have no problem with this new API call. But why is it also included
 in the user_timeline payload ?
 Is this inclusion official on the Twitter side...

 Martin

 On Oct 15, 9:46 am, ryan alford ryanalford...@gmail.com wrote:



 http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...
  http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...That
  will be the new Friends Timeline.  It will include retweets, while the
  current Friends Timeline will not.  The current Friends Timeline will
  also be going away at some point in the future.

  Ryan

  On Thu, Oct 15, 2009 at 8:53 AM, Martin martin.duf...@gmail.com wrote:

   Thanks for the clarification.

   That explains the inconsistent behavior we are seeing when trying to
   load specific user timelines.
   Do we have an updated api wiki that defines the semantics of the
   retweeted_status fragment ?

   Martin
  www.wherecloud.com

   On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
I think its been enabled for a select few for testing. I don't think
its gone public yet.

On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com
   wrote:
 Maybe the new retweet functionality has been turned on?
 Ryan

 On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
   wrote:

 I'm retrieving the timeline for a specific user:

 curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

 Within that timeline, I see retweeted_status fragment.
 Is this normal behavior ?

 Thanks - Martin

--
Josh




-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-15 Thread Rich

To be honest, it seems a bit strange that they shouldn't appear in
user_timeline surely if you're looking at a user's timeline then you'd
want to also see what they've retweeted (or will the retweet appear
but without the retweet_status tag?

On Oct 15, 11:50 pm, Marcel Molina mar...@twitter.com wrote:
 Updating the retweet doc payloads is on my todo list. It's
 unfortunately currently a tedious and onerous task. I've been using my
 cycles on other things. But it's on the list to do.





 On Thu, Oct 15, 2009 at 1:53 PM, Josh Roesslein jroessl...@gmail.com wrote:

  The API doc on the wiki is not correct. There was an email sent out
  earlier about the new payload
  format.

  Could someone update the wiki for the new payload?

  Josh

  On Thu, Oct 15, 2009 at 3:48 PM, Rich rhyl...@gmail.com wrote:

  Hmm except this API payload doesn't match that for the home_timeline

  Hometimeline shows retweet_status with a sub tag of retweeting_user,
  but yet @ev's user timeline shows a tag of retweet_status with a
  subtag of user.

  I want to support it but not with the inconsistency in the API

  On Oct 15, 5:18 pm, Martin martin.duf...@gmail.com wrote:
  I have no problem with this new API call. But why is it also included
  in the user_timeline payload ?
  Is this inclusion official on the Twitter side...

  Martin

  On Oct 15, 9:46 am, ryan alford ryanalford...@gmail.com wrote:

  http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...
   http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-home_tim...That
   will be the new Friends Timeline.  It will include retweets, while the
   current Friends Timeline will not.  The current Friends Timeline 
   will
   also be going away at some point in the future.

   Ryan

   On Thu, Oct 15, 2009 at 8:53 AM, Martin martin.duf...@gmail.com wrote:

Thanks for the clarification.

That explains the inconsistent behavior we are seeing when trying to
load specific user timelines.
Do we have an updated api wiki that defines the semantics of the
retweeted_status fragment ?

Martin
   www.wherecloud.com

On Oct 14, 10:59 pm, Josh Roesslein jroessl...@gmail.com wrote:
 I think its been enabled for a select few for testing. I don't think
 its gone public yet.

 On Wed, Oct 14, 2009 at 9:56 PM, ryan alford 
 ryanalford...@gmail.com
wrote:
  Maybe the new retweet functionality has been turned on?
  Ryan

  On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
wrote:

  I'm retrieving the timeline for a specific user:

  curlhttp://www.twitter.com/statuses/user_timeline/ev.xml

  Within that timeline, I see retweeted_status fragment.
  Is this normal behavior ?

  Thanks - Martin

 --
 Josh

 --
 Marcel Molina
 Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-14 Thread ryan alford
Maybe the new retweet functionality has been turned on?
Ryan

On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com wrote:


 I'm retrieving the timeline for a specific user:

 curl http://www.twitter.com/statuses/user_timeline/ev.xml

 Within that timeline, I see retweeted_status fragment.
 Is this normal behavior ?

 Thanks - Martin



[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-14 Thread Josh Roesslein

I think its been enabled for a select few for testing. I don't think
its gone public yet.

On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com wrote:
 Maybe the new retweet functionality has been turned on?
 Ryan

 On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com wrote:

 I'm retrieving the timeline for a specific user:

 curl http://www.twitter.com/statuses/user_timeline/ev.xml

 Within that timeline, I see retweeted_status fragment.
 Is this normal behavior ?

 Thanks - Martin





-- 
Josh


[twitter-dev] Re: Seeing retweeted_details for user_timeline payload

2009-10-14 Thread ryan alford
Ahh..just noticed who he was looking at.  I would assume that most of the
Twitter employees have it turned on for their accounts.  Most certainly the
CEO of Twitter.
Ryan

On Wed, Oct 14, 2009 at 10:59 PM, Josh Roesslein jroessl...@gmail.comwrote:


 I think its been enabled for a select few for testing. I don't think
 its gone public yet.

 On Wed, Oct 14, 2009 at 9:56 PM, ryan alford ryanalford...@gmail.com
 wrote:
  Maybe the new retweet functionality has been turned on?
  Ryan
 
  On Wed, Oct 14, 2009 at 10:45 PM, Martin martin.duf...@gmail.com
 wrote:
 
  I'm retrieving the timeline for a specific user:
 
  curl http://www.twitter.com/statuses/user_timeline/ev.xml
 
  Within that timeline, I see retweeted_status fragment.
  Is this normal behavior ?
 
  Thanks - Martin
 
 



 --
 Josh