Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
in_reply_to_status_id validation has changed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Doug Williams  
View profile  
 More options Apr 30, 6:02 pm
From: Doug Williams <d...@twitter.com>
Date: Thu, 30 Apr 2009 15:02:53 -0700
Local: Thurs, Apr 30 2009 6:02 pm
Subject: in_reply_to_status_id validation has changed

Before today, the value of the in_reply_to_status_id field was validated by
two requirements,:

1) It was set to a valid status_id
2) The valid status_id's author from #1 was @replied in the update (@reply
here is the old definition where "@user" was at the beginning of the tweet).

If the value of in_reply_to_status_id did not meet these criteria, it was
silently dropped.

We have relaxed requirement #2 to permit mentions, meaning that the user of
the referenced tweet needs to be included somewhere in the update. Enjoy the
new data!

Thanks,
Doug
--

Doug Williams
Twitter Platform Support
http://twitter.com/dougw


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
P Burrows  
View profile  
 More options Apr 30, 6:40 pm
From: P Burrows <pburr...@gmail.com>
Date: Thu, 30 Apr 2009 18:40:58 -0400
Local: Thurs, Apr 30 2009 6:40 pm
Subject: Re: [twitter-dev] in_reply_to_status_id validation has changed

Is there an easy way to get the screen name of an in_reply_to_status_id for
purposes of linking to the original tweet?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doug Williams  
View profile  
 More options Apr 30, 7:13 pm
From: Doug Williams <d...@twitter.com>
Date: Thu, 30 Apr 2009 16:13:37 -0700
Local: Thurs, Apr 30 2009 7:13 pm
Subject: Re: [twitter-dev] Re: in_reply_to_status_id validation has changed

The statuses/show method is perfect [1].

1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0show

Thanks,
Doug

----------------------------------------------------------------
Doug Williams | Platform Support | Twitter, Inc.

539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
P Burrows  
View profile  
 More options Apr 30, 7:26 pm
From: P Burrows <pburr...@gmail.com>
Date: Thu, 30 Apr 2009 19:26:06 -0400
Local: Thurs, Apr 30 2009 7:26 pm
Subject: Re: [twitter-dev] Re: in_reply_to_status_id validation has changed

Well, sure. But, I was thinking more of building a url ala:
http://twitter.com/demosthe/status/1659019581

--
Patrick Burrows
http://www.CleverHumans.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doug Williams  
View profile  
 More options Apr 30, 8:40 pm
From: Doug Williams <d...@twitter.com>
Date: Thu, 30 Apr 2009 17:40:45 -0700
Local: Thurs, Apr 30 2009 8:40 pm
Subject: Re: [twitter-dev] Re: in_reply_to_status_id validation has changed

I was suggesting using the call to statuses/show to build this URL
programmatically, like with this psuedo-code:

$status =  new Status( "http://twitter.com/statuses/show/" +
$in_reply_to_status_id+ ".xml")
$screen_name =  $status->get_screen_name();
echo "http://twitter.com/" + $screen_name + "/status/" +
$in_reply_to_status_id;

Thanks,
Doug
--

Doug Williams
Twitter Platform Support
http://twitter.com/dougw


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick  
View profile  
 More options Jun 28, 12:01 pm
From: Nick <npd...@gmail.com>
Date: Sun, 28 Jun 2009 09:01:12 -0700 (PDT)
Local: Sun, Jun 28 2009 12:01 pm
Subject: Re: in_reply_to_status_id validation has changed
This is excellent news! (Sorry, I'm a little behind.)

However, documentation still asserts that the @mention must be at the
beginning of the tweet (maybe someone just needs to update this wiki
page: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0u...)
and the Twitter web interface still appears to follow this rule.

That is, if I click reply from the web, it starts the tweet with the
@mention at the very beginning.  And if I move the @mention to
somewhere else in the tweet (to avoid the #fixreplies bug and let my
other followers see it), in_reply_to is silently dropped.  From the
web interface, this makes it impossible to send a reply that your
followers can both see and follow to the conversation thread.

Is the web interface just behind the times?  Or are we encouraged not
to use this newly-relaxed feature?

Thanks,
Nick

On Apr 30, 6:02 pm, Doug Williams <d...@twitter.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doug Williams  
View profile  
 More options Jun 29, 6:26 pm
From: Doug Williams <d...@twitter.com>
Date: Mon, 29 Jun 2009 15:26:25 -0700
Local: Mon, Jun 29 2009 6:26 pm
Subject: Re: [twitter-dev] Re: in_reply_to_status_id validation has changed

I have updated the documentation to reflect this change. Thanks for pointing
out the error.

Thanks,
Doug


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google