Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring a welcome screen #13

Open
efexen opened this issue Apr 27, 2016 · 0 comments
Open

Configuring a welcome screen #13

efexen opened this issue Apr 27, 2016 · 0 comments

Comments

@efexen
Copy link
Owner

efexen commented Apr 27, 2016

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

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.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant