blob: 06fcb95c27969fceffc1769c2c5aabdcf2d00569 [file] [log] [blame]
Joe Gregoriofa6630c2011-03-11 09:15:45 -05001<html>
2 <head>
3 <title>Daily Motion Sample</title>
4 <style type=text/css>
5 td { vertical-align: top; padding: 0.5em }
6 img { border:0 }
7 </style>
8 </head>
9 <body>
10 <p><a href="{{ logout }}">Logout</a></p>
11 <h2>First request with access_token in query parameter:</h2>
12 <pre>{{ content1 }} </pre>
13 <h2>Second request with access_token in header:</h2>
14 <pre>{{ content2 }} </pre>
15 </body>
16</html>