Back to Parent

Facebook::Messenger::Profile.set({
  persistent_menu: [
    {
      locale: 'default',
      composer_input_disabled: false,
      call_to_actions: [
        {
          type: 'postback',
          title: 'Feed Memo!',
          payload: 'START'
        },
        {
          type: 'postback',
          title: 'Recollect Mmoments!',
          payload: 'RECOLLECT'
        },
        {
          type: 'postback',
          title: 'Drink Quotes',
          payload: 'READ'
        }
      ]
    }
  ]
}, access_token: ENV['ACCESS_TOKEN'])
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0