Find all pairs of integers $(x,m)$ for which $$\sqrt[3]{\sqrt[3]{x-2}+m}+\sqrt[3]{-\sqrt[3]{x-2}+m}=2$$ hold.
I have used this property :
Property: if $$a+b+c=0 \implies a^3+b^3+c^3=3abc, $$ I come up to the following equation: $(2m-8)^3=-216(m^2-(x-2)^{2/3})$ , such that $a=-2, b=(\sqrt[3]{x-2}+m)^{1/3}, c=(-\sqrt[3]{x-2}+m)^{1/3}$, I can't solve the last equation however i tried $x$ as a paramater instead of $m$ , The solution from wolfram alpha are $(x,m)=(2,1),(66,4)$, Any Help ?