facebook-messenger

Share a text with facebook messenger?

点点圈 提交于 2019-11-27 06:38:47
问题 Is there a way to share a text in facebook messenger using android and maybe facebook sdk as well? I want to make something like the whatsapp way, choose your text and open an intent to choose the guy you want to send to... Is there a way to do this with facebook messenger? It appears in the intent.choose dialog..but I only want to send to facebook messenger.. 回答1: use this code onClick,, com.facebook.orca is the package name for fb messenger. Intent sendIntent = new Intent(); sendIntent

How can one enable keyboard like in iMessages/FB Messenger in landscape mode at iOS8?

旧时模样 提交于 2019-11-27 02:27:41
问题 In my project I have textViews with associated input keyboard which has the strange look in landscape mode on iPhone 6 Plus under iOS8 as shown below: It seems that it has different orientation internally sometimes. But in some cases keyboard rotates fine but still has white gaps during orientation change and other visible bugs: and finally we have ordinary expanded landscape view: The question is how one can get the extended keyboard without bugs as follows: 回答1: The very important thing to

Custom URI Schemes for the Facebook Messenger

这一生的挚爱 提交于 2019-11-26 22:08:58
Given the recent " encouragement " by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook app , I've been wondering whether information regarding the Facebook messenger app custom protocol of fb-messenger:// is available. The functionality I was looking for was an ability to click a button that would open a FB-messenger chat windows with the user whose numeric Facebook ID is known. This also needed to work if the Facebook app ( katana ) is not installed on the device (i.e. only the

Custom URI Schemes for the Facebook Messenger

心已入冬 提交于 2019-11-26 08:10:53
问题 Given the recent \"encouragement\" by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook app, I\'ve been wondering whether information regarding the Facebook messenger app custom protocol of fb-messenger:// is available. The functionality I was looking for was an ability to click a button that would open a FB-messenger chat windows with the user whose numeric Facebook ID is known.