I have some problem with below code. This code is working for email, message, Twitter (for sending the text) but not for Facebook. Why?
Intent i=new Intent(a
Intent sharing = new Intent(android.content.Intent.ACTION_SEND); sharing.setClassName(,); sharing.setType("text/plain"); sharing.putExtra(android.content.Intent.EXTRA_SUBJECT,"hello"); sharing.putExtra(android.content.Intent.EXTRA_TEXT, "yahoomail");