0.2.4
- Added a
EmbeddingRequest
class along with direct video link usage that allows you to add custom headers for the request.
Example:
EmbeddingRequest.build {
setUrl(url)
headers {
host(FACEBOOK_HOST_NAME) {
add("access_token", "")
addAll(mapOf())
}
}
}
- Third party libraries updated to latest versions