You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After including this Gem in my project, and working around issue efexen#13 I then encountered this error:
> messenger_platform/engine.rb:1:in `<top (required)>': uninitialized constant MessengerPlatform (NameError)
Fix it by separating the module declaration from the class declaration to ensure the module exists before the class definition.
lucas-nelson
pushed a commit
to lucas-nelson/messenger_platform
that referenced
this issue
May 19, 2016
After including this Gem in my project, and working around issue efexen#13 I
then encountered this error:
> messenger_platform/engine.rb:1:in `<top (required)>':
> uninitialized constant MessengerPlatform (NameError)
Fix it by separating the module declaration from the class declaration
to ensure the module exists before the class definition.
Add a task (rake task?) that makes it easy to configure the welcome screen.
Welcome screen configuration is described here:
https://developers.facebook.com/docs/messenger-platform/send-api-reference#welcome_message_configuration
The text was updated successfully, but these errors were encountered: