Closed IanLawrence closed 6 years ago
What do you mean by "the messenger app"?
Basically the code below. I am not sure this is true any longer
/*
* MessengerExtensions are only available on iOS and Android,
* so show an error page if MessengerExtensions was unable to start
*/
const Oops = () => {
return (
<div className='static-page'>
<div className='static-page-body'>
<h1>Please Try in Messenger App</h1>
<div className='static-page-subtitle'>
<p>This experience has been designed to work within the Messenger app on iOS or Android. Please try again there (rather than in a browser).</p>
</div>
</div>
</div>
);
};
Closing this to combine it with https://github.com/fbsamples/messenger-bot-samples/issues/31
This seems a little odd