Bit Shift (bitshift)'s status on Wednesday, 18-Jul-12 13:08:01 UTC

  1. @minti It's actually pretty simple; just check whether the "retweeted_status" field (in JSON, the name might differ somewhat if you're using the Atom version) is null/nil/None/not present (whichever is appropriate for PHP). If it's not, the notice is a repeat, and you can safely skip over parsing it.

    Wednesday, 18-Jul-12 13:08:01 UTC from web in context