maciekmm / messenger-platform-go-sdk

:envelope: A GO SDK for Facebook's messenger-platform: https://developers.facebook.com/docs/messenger-platform
MIT License
110 stars 27 forks source link

Research whether welcome messages are still supported #13

Closed maciekmm closed 8 years ago

maciekmm commented 8 years ago

https://github.com/maciekmm/messenger-platform-go-sdk/blob/master/welcomemessage.go

zxr90 commented 8 years ago

Hi, I just used your library and tested this. This API doesn't seem to work.

Side Question: Using your example, it seems like I can only get messages I (page creator) sent to the page. Using another fb account, I don't get the echo message back. Not sure if you can help me with this.

maciekmm commented 8 years ago

@zxr90 Thanks for your feedback.

AFAIK: If your bot is not approved, you will only get messages from page admins delivered to your webhook.

zxr90 commented 8 years ago

@maciekmm ohh i see. Thanks for the valuable information and awesome library!