Joe Gregorio | fa6630c | 2011-03-11 09:15:45 -0500 | [diff] [blame] | 1 | <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> |