You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hi!
I just discovered a privacy problem in the jabber pub/sub feed. The
<in_reply_to> tag contains the full text of the status update a post
is replying to, even if the original post is private. I verified this
is not a case where the original poster changed his account to
protected after posting the status update.
May I suggest replacing the <in_reply_to> tag with a
<in_reply_to_post_id> tag? Not only does this ensure the original
post's privacy is respected, but it makes following conversations so
much easier.
Alex Payne
unread,
May 14, 2008, 5:31:05 PM5/14/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com
Ack, thanks! This will be in_reply_to_status_id in a few minutes, just like the REST API.