
Twilio Best Practices
By :

In this chapter, we'll get to grips with working with Twilio in languages other than PHP, looking at all six of the remaining API libraries:
For each library, we'll learn how to install it, how to instantiate the REST API client, and will briefly see how the syntax of its calls compare with the PHP library we've used throughout the book. We'll also have a quick recap of the PHP library for ease of comparison.
All of the code samples are named, and can be found in the code samples downloadable from Packt's website.
As a general rule, it's bad practice to include your account SID and auth token in your code for security reasons. These should be set in TWILIO_ACCOUNT_SID
and TWILIO_AUTH_TOKEN
environment variables and then used in your code.
You can find helpful examples on setting environment variables in different platforms at https://github.com/twilio...
Change the font size
Change margin width
Change background colour