botman / botman/driver-facebook
Unable to override request options
Open
- Dominant language
- PHP
- Stars
- 71
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/botman/driver-facebook/blob/a02096c5b9dafddc3353e8c5eff060fcb004985f/src/FacebookDriver.php#L366
You are using array_merge_recursive, so any existing parameters in `$parameters` will be added to the array.
If I need change `messaging_type`, I can`t do it, because new param will be added and not overwrite
Contributor guide
Assessment
This issue has not been assessed yet.