fbsamples / messenger-bot-samples

Messenger Bot Samples
Other
555 stars 441 forks source link

Why do they require the messenger app? #30

Closed IanLawrence closed 6 years ago

IanLawrence commented 6 years ago

This seems a little odd

Sigmus commented 6 years ago

What do you mean by "the messenger app"?

IanLawrence commented 6 years ago

error

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>
  );
};
amuramoto commented 6 years ago

Closing this to combine it with https://github.com/fbsamples/messenger-bot-samples/issues/31