Advertisement
Berre

XBMC Youtube plugin authenticator

Jan 28th, 2014
6,794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1.  
  2. <html>
  3. <body>
  4. <form action="https://accounts.google.com/o/oauth2/token" method="post">
  5. client_id <input type="text" size="150" name="client_id" value="208795275779.apps.googleusercontent.com">
  6. <br>
  7. client_secret <input type="text" size="150" name="client_secret" value="sZn1pllhAfyonULAWfoGKCfp">
  8. <br>
  9. code <input type="text" size="150" name="code" value="insert code here">
  10. <br>
  11. redirect_uri <input type="text" size="150" name="redirect_uri" value="urn:ietf:wg:oauth:2.0:oob">
  12. <br>
  13. grant_type <input type="text" size="150" name="grant_type" value="authorization_code">
  14. <br>
  15. <input type="submit" value="Submit">
  16.  
  17. </form>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement