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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -