How Share my Score or something to all social netwoks?

Hi All,
Am using unity C# for Android Games,
How to i share my score or screenshot or text to all social networks that are installed in Android Device?
Like FB, watsup, tweeter etc.
thx.

Those two links provide some general tips for sharing, but for Facebook you’d probably want to use the Facebook SDK for unity, available here: Unity SDK - Documentation - Meta for Developers

If you want a all-in-one solution for storing information or sharing stuff, you may also want to find a backend service that deals with that kind of stuff. These services usually cost money, but can be worth it depending on what kind of program you’re making.

http://getbraincloud.com/ is a pretty good one, as is https://www.playfab.com/, though even with services like these you’d need to do some sharing stuff on your end.