botman / driver-facebook

BotMan Facebook Messenger Driver
MIT License
71 stars 73 forks source link

Update Graph API calls to v2.12 #64

Closed drobee closed 6 years ago

drobee commented 6 years ago

Graph API v2.6 is available until July 13, 2018.

codecov[bot] commented 6 years ago

Codecov Report

Merging #64 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #64   +/-   ##
=========================================
  Coverage     70.24%   70.24%           
  Complexity      381      381           
=========================================
  Files            34       34           
  Lines           941      941           
=========================================
  Hits            661      661           
  Misses          280      280
Impacted Files Coverage Δ Complexity Δ
src/FacebookDriver.php 82.58% <ø> (ø) 72 <0> (ø) :arrow_down:
src/Commands/Nlp.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Commands/AddGreetingText.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Commands/WhitelistDomains.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Commands/AddStartButtonPayload.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
src/Commands/AddPersistentMenu.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 705e8e0...01ec21c. Read the comment docs.

mpociot commented 6 years ago

Give me a few days, so that I can chek if everything works as expected with the new graph API version.

drobee commented 6 years ago

Maybe we should use v3.0 now :)

mpociot commented 6 years ago

We used v3.0 :)