[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-05 Thread Andy Freeman

 as noted by other people on this list, twitter is currently rejecting
 tweets that match either your last update, or an update you recently
 sent.  unfortunately, the API is currently silently failing but it is
 on the short list to have the API return an error code instead.

Can you confirm what match means?  Is it same character sequence
or is it similar character sequence?

I ask because John Kalucki wrote Is the posted status similar to any
other status created by that user? above in response to a question
about duplicate rejection.

Thanks,
-andy


On Nov 3, 3:35 pm, Raffi Krikorian ra...@twitter.com wrote:
  Is the posted status similar to any other status created by that  
  user?

  Does the above imply that similar will trigger the dup detector?

  Argh!

  Please don't tell me that you're now rejecting similar tweets

  Url shorteners can easily generate similar urls, so if someone is in
  the habit of tweeting check this out followed by a shortened url,
  the tweet text is likely to be similar even though the actual url is
  different.

  Heck, urls that are similar often point to very different web pages.

  There are lots of other cases where similar tweets can actually be
  very different, and thus should not be rejected as duplicates.
  (I've heard of a project that tweets data that is guaranteed to be
  unique but is reasonably likely to be similar because of aggressive
  encoding.)

 as noted by other people on this list, twitter is currently rejecting  
 tweets that match either your last update, or an update you recently  
 sent.  unfortunately, the API is currently silently failing but it is  
 on the short list to have the API return an error code instead.

 --
 Raffi Krikorian
 Twitter Platform Team
 ra...@twitter.com | @raffi- Hide quoted text -

 - Show quoted text -


[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-03 Thread Raffi Krikorian


Is the posted status similar to any other status created by that  
user?


Does the above imply that similar will trigger the dup detector?

Argh!

Please don't tell me that you're now rejecting similar tweets

Url shorteners can easily generate similar urls, so if someone is in
the habit of tweeting check this out followed by a shortened url,
the tweet text is likely to be similar even though the actual url is
different.

Heck, urls that are similar often point to very different web pages.

There are lots of other cases where similar tweets can actually be
very different, and thus should not be rejected as duplicates.
(I've heard of a project that tweets data that is guaranteed to be
unique but is reasonably likely to be similar because of aggressive
encoding.)



as noted by other people on this list, twitter is currently rejecting  
tweets that match either your last update, or an update you recently  
sent.  unfortunately, the API is currently silently failing but it is  
on the short list to have the API return an error code instead.


--
Raffi Krikorian
Twitter Platform Team
ra...@twitter.com | @raffi






[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-03 Thread Andy Freeman

  Is the posted status similar to any other status created by that user?

Does the above imply that similar will trigger the dup detector?

Argh!

Please don't tell me that you're now rejecting similar tweets

Url shorteners can easily generate similar urls, so if someone is in
the habit of tweeting check this out followed by a shortened url,
the tweet text is likely to be similar even though the actual url is
different.

Heck, urls that are similar often point to very different web pages.

There are lots of other cases where similar tweets can actually be
very different, and thus should not be rejected as duplicates.
(I've heard of a project that tweets data that is guaranteed to be
unique but is reasonably likely to be similar because of aggressive
encoding.)


On Nov 1, 6:22 am, John Kalucki jkalu...@gmail.com wrote:
 Is the posted status similar to any other status created by that user?

 -John Kaluckihttp://twitter.com/jkalucki
 Services, Twitter Inc.

 On Oct 31, 8:12 am, gembry gem...@gmail.com wrote:



  Hello Folks, (fishing for input) thx

  Not really sure what’s going on here. Below you will find what I am
  sending and what is coming back from the Twitter API. You can see that
  what is being sent doesn’t even come close to what is up there now.

  Am I missing something here? What am I doing wrong? Why is this
  completely different sting not posting?

   Sending 

  method=post
  url=http://twitter.com/statuses/update.xml?status=Great%20Job%20for
  %20OAS%20TEST%20ONLY%20in%20California%2DAnaheim%2FHuntington%20Beach
  %2E%20http%3A%2F%2Flocalhost%2FAssignmentReady%2Findex%2Ecfm%3ForderID
  %3D2315510%26category%3DAllied%5FTravel%26ts%3D102809140819%20or
  %20800%2E469%2E5314

   Result (from Twitter API) 

  ?xml version=1.0 encoding=UTF-8? status created_atWed Oct 28
  19:51:30 + 2009/created_at id5238791820/id textwhat/text
  sourceweb/source truncatedfalse/truncated
  in_reply_to_status_id/in_reply_to_status_id
  in_reply_to_user_id/
  in_reply_to_user_id favoritedfalse/favorited
  in_reply_to_screen_name/in_reply_to_screen_name user
  id57127952/id nameLarp Master Flash/name
  screen_nameLarpMasterFlash/screen_name location/location
  description/description profile_image_urlhttp://s.twimg.com/a/
  1256674706/images/default_profile_0_normal.png/profile_image_url
  url/url protectedfalse/protected followers_count4/
  followers_count profile_background_color9ae4e8/
  profile_background_color profile_text_color00/
  profile_text_color profile_link_colorff/profile_link_color
  profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
  profile_sidebar_border_color87bc44/profile_sidebar_border_color
  friends_count0/friends_count created_atWed Jul 15 20:31:16 +
  2009/created_at favourites_count0/favourites_count
  utc_offset/
  utc_offset time_zone/time_zone
  profile_background_image_urlhttp://s.twimg.com/a/1256674706/images/
  themes/theme1/bg.png/profile_background_image_url
  profile_background_tilefalse/profile_background_tile
  statuses_count34/statuses_count notificationsfalse/
  notifications geo_enabledfalse/geo_enabled verifiedfalse/
  verified followingfalse/following /user geo/ /status

  Thanks for the input.- Hide quoted text -

 - Show quoted text -


[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-01 Thread John Kalucki

Is the posted status similar to any other status created by that user?

-John Kalucki
http://twitter.com/jkalucki
Services, Twitter Inc.

On Oct 31, 8:12 am, gembry gem...@gmail.com wrote:
 Hello Folks, (fishing for input) thx

 Not really sure what’s going on here. Below you will find what I am
 sending and what is coming back from the Twitter API. You can see that
 what is being sent doesn’t even come close to what is up there now.

 Am I missing something here? What am I doing wrong? Why is this
 completely different sting not posting?

  Sending 

 method=post
 url=http://twitter.com/statuses/update.xml?status=Great%20Job%20for
 %20OAS%20TEST%20ONLY%20in%20California%2DAnaheim%2FHuntington%20Beach
 %2E%20http%3A%2F%2Flocalhost%2FAssignmentReady%2Findex%2Ecfm%3ForderID
 %3D2315510%26category%3DAllied%5FTravel%26ts%3D102809140819%20or
 %20800%2E469%2E5314

  Result (from Twitter API) 

 ?xml version=1.0 encoding=UTF-8? status created_atWed Oct 28
 19:51:30 + 2009/created_at id5238791820/id textwhat/text
 sourceweb/source truncatedfalse/truncated
 in_reply_to_status_id/in_reply_to_status_id
 in_reply_to_user_id/
 in_reply_to_user_id favoritedfalse/favorited
 in_reply_to_screen_name/in_reply_to_screen_name user
 id57127952/id nameLarp Master Flash/name
 screen_nameLarpMasterFlash/screen_name location/location
 description/description profile_image_urlhttp://s.twimg.com/a/
 1256674706/images/default_profile_0_normal.png/profile_image_url
 url/url protectedfalse/protected followers_count4/
 followers_count profile_background_color9ae4e8/
 profile_background_color profile_text_color00/
 profile_text_color profile_link_colorff/profile_link_color
 profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
 profile_sidebar_border_color87bc44/profile_sidebar_border_color
 friends_count0/friends_count created_atWed Jul 15 20:31:16 +
 2009/created_at favourites_count0/favourites_count
 utc_offset/
 utc_offset time_zone/time_zone
 profile_background_image_urlhttp://s.twimg.com/a/1256674706/images/
 themes/theme1/bg.png/profile_background_image_url
 profile_background_tilefalse/profile_background_tile
 statuses_count34/statuses_count notificationsfalse/
 notifications geo_enabledfalse/geo_enabled verifiedfalse/
 verified followingfalse/following /user geo/ /status

 Thanks for the input.