<html> | |
<head> | |
<title>Daily Motion Sample</title> | |
<style type=text/css> | |
td { vertical-align: top; padding: 0.5em } | |
img { border:0 } | |
</style> | |
</head> | |
<body> | |
<p><a href="{{ logout }}">Logout</a></p> | |
<h2>First request with access_token in query parameter:</h2> | |
<pre>{{ content1 }} </pre> | |
<h2>Second request with access_token in header:</h2> | |
<pre>{{ content2 }} </pre> | |
</body> | |
</html> |