tinkerbox / message_quickly

Integrate Facebook's messenger platform with your rails app
MIT License
22 stars 4 forks source link

Add support for Webviews & Extensions #7

Open Wei-LiangChew opened 8 years ago

Wei-LiangChew commented 8 years ago

This was introduced to the Facebook Messenger Platform in September (see https://developers.facebook.com/docs/messenger-platform/changelog). We want to support this.

The following has been mapped out based on Facebook's Documentation (see https://developers.facebook.com/docs/messenger-platform/send-api-reference/webview):

facebook webview interactions

Wei-LiangChew commented 8 years ago

This is actually simpler than the above diagram makes it look. MessageQuickly::Messaging::WebUrlButton just needs to allow for a webview_height_ratio parameter to be added.