• Need error checking on line 370 of twitter-stream.php. When your access has been revoked on Twitter or your token expires for whatever reason, the object that’s being returned isn’t in an expected format and throws an error. See below for the output:

    stdClass Object
    (
        [errors] => Array
            (
                [0] => stdClass Object
                    (
                        [code] => 89
                        [message] => Invalid or expired token.
                    )
    
            )
    
    )

    https://wordpress.org/plugins/twitter-stream/

The topic ‘Needs More Error Checking’ is closed to new replies.