android - Send message to a specific user trough com.facebook.orca -


i've tried follow, seems not works:

intent sendintent = new intent(); sendintent.setaction( intent.action_send ); sendintent.putextra( intent.extra_text, "test" ); sendintent.settype( "text/plain" ); sendintent.putextra( intent.action_sendto, "{facebook_user_id}" ); sendintent.setpackage( "com.facebook.orca" );  startactivity( sendintent ); 
  • how send message specific facebook user trough facebook's messenger ?


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -