jgorset / facebook-messenger

Definitely the best way to make Bots on Facebook Messenger with Ruby
MIT License
962 stars 211 forks source link

Threads error uninitialized constant Facebook::Messenger::Thread (NameError) #209

Closed tdelam closed 6 years ago

tdelam commented 6 years ago

Are there threads? I looked in the docs and can no longer see anything about thread support.

Facebook::Messenger::Thread.set({
  setting_type: 'call_to_actions',
  thread_state: 'new_thread',
  call_to_actions: [
    {
      payload: 'START'
    }
  ]
}, access_token: ENV['ACCESS_TOKEN'])

uninitialized constant Facebook::Messenger::Thread (NameError)

kenzady commented 6 years ago

Hey! Did you find any solution to your problem?