jgorset / facebook-messenger

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

Dynamic graph api version #273

Open pedroseabra1091 opened 2 years ago

pedroseabra1091 commented 2 years ago

At the moment, each resource has its respective graph API version hardcoded. This makes it kinda hard if you want to dynamically test new versions. What if gem users were given the chance of injecting it through the existing providers? Would you be interested in something of this nature?

jgorset commented 2 years ago

Hi @pedroseabra1091! Absolutely, that would be neat. Happy to accept a pull request for this!