It is said that the elliptic curve $y^2 = x^3 - x$ defined over a prime field $\mathbb{F}_p$, where $p \equiv 3 \mod{4}$ has an order $p + 1$.
When I tried to get the elements of $E = \{(x,y) \in \mathbb{F}_3\times\mathbb{F}_3| y^2 = x^3 - x\} \cup \{\infty\} $, I only got 3 elements, {(0,0),(1,0),(2,0)}, instead of 4.
Did I miss a step or a point during the computation?
By Fermat's Little Theorem, we see that $x^3\equiv x\mod 3$ for all $x\in\Bbb{Z}$. Hence, any (finite) rational solution over $\Bbb{F}_3$ will always have $y = 0$ (and it is easily checked that $(0,a)\in\Bbb{F}_3\times\Bbb{F}_3$ is a solution for all $a\in\Bbb{F}_3$). However, it appears that you have forgotten the point at infinity is also a solution.