ลองใช้ code นี้มันshareได้แต่ลิ้ง text ไม่ยอมshare ใครเคยลองเขียนได้ช่วยมาแบ่งบันทีครับ
Intent shareIntent = new Intent(Intent.ACTION_SEND);
shareIntent.putExtra(Intent.EXTRA_TEXT,"Text");
shareIntent.setType("text/plain");
startActivity(Intent.createChooser(shareIntent, "Share"));
ได้แล้ว! ต้องใช้ Facebook Api ช่วย แต่กดปุ๊บแชร์เลย
Facebook นี่ยุ่งยากจริง
ทำยังไงอะครับ ขอดู code หน่อย
วิธีทำดูได้จาก
https://developers.facebook.com/docs/mobile/android/build/
ปัญหาที่เจอคือเวลา compile apk ออกมาแล้ว Android Key Hash มันจะไม่ตรงครับ ทำให้ Login กับ facebook ไม่ได้ ให้ดูที่ LogCat ครับมันจะบอกว่า Key ของ apk คือไรแล้วค่อยเอาไปใส่ในหน้า facebook ครับ ตอนแรกใช้ Keytool generates keyhash ไม่ตรงอย่างแรงครับแนะนำไม่ต้องใช้