PHP
Use Laravel's HTTP Client with Facebook's Business SDK
Ever needed to work with an SDK and wished you could use Http::fake() in your Laravel tests? This blog post explains how you can achieve this for the Facebook Business SDK using the Adapter pattern. Read more…