jgorset / facebook-messenger

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

How to update graph api #240

Closed venkat-bitla closed 5 years ago

venkat-bitla commented 5 years ago

How to update facebook graph api or extend with new version

jgorset commented 5 years ago

Hi @vbilta. The Facebook Graph API version is coded into the gem, so you can't switch between versions. The current version of the gem (1.2.0) uses Graph API version 3.2, but if you want to use an older version you may be able to find it by downgrading the gem.