Android share intent for facebook- share text AND link - Stack Overflow

I just built this code and it's working for me: private void shareAppLinkViaFacebook(String urlToShare) { try { Intent intent1 = new Intent(); intent1 ...

Lee mas