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
Hello All,
I'm searching for all the replies from a specified ID
(1103044621) but the page is returning a 404. However if I change the
since_id (up or down) everything works fine. The name I search for
does not matter. If you change mrmlk to anything else I still get a
404.
Any idea what is going on, and why post 1103044621 is special.
Thanks
Mike
Matt Sanford
unread,
Jan 7, 2009, 7:47:36 PM1/7/09
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
Hi Mike,
If a status ID does not exit in search it cannot be used as a since_id. It looks like 1103044621 is not in search, hence the error. The since_id was created mostly to support pagination and refreshes so it takes certain things like this for granted. Relying on that ID being in the database is used for a big optimization, so it's not something we can remove.