nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.6k stars 429 forks source link

FacebookMessengerShareButton API Error Code: 4202 on mobile device #534

Open yannick-leguennec opened 2 months ago

yannick-leguennec commented 2 months ago

Hi,

I just integrated your library in an Next.js version 14 project.

The buttons works perfectly on desktop devices, but when tested on smartphones, the FacebookMessengerShareButton generates an 4202 API error.

How could I fix it?

Thank you.

Ps: It's still the old Twitter logo that is displayed in the Twitter button.

amtjava commented 2 months ago

We are facing the same error, the Twitter logo is still the old one, and the Facebook share button sometimes is good sometimes is not.

jalagania commented 2 months ago

Messenger issue is still there.

@yannick-leguennec @amtjava For new twitter logo, you can import XIcon from "react-share"

amtjava commented 2 months ago

Thank you so much, it works !!!

markvu2607 commented 1 month ago

FacebookMessengerShareButton issue on mobile is still there