Guest User

Untitled

a guest
Jul 27th, 2015
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. define(function() {
  2. // Google API's Simple API Access Key.
  3. // Production key is omitted from GitHub for security.
  4.  
  5. // You are encouraged to generate your own key here: https://code.google.com/apis/console/
  6. // You may also attempt to use this testing key, but it may be revoked at any time: AIzaSyDBCJuq0aey3bL3K6C0l4mKzT_y8zy9Msw
  7.  
  8. // A valid key will look something like:
  9. // Key for browser apps (with referers)
  10. // API key: -------------------------------
  11. // Referers: Any referer allowed
  12. // Activated on: Apr 6, 2014 2:46 PM
  13. // Activated by: ------------ you
  14. var key = 'AIzaSyBeY64_9iq41O_********************';
  15.  
  16. if (key === '') {
  17. console.error('YouTube API key has not been provided.');
  18. }
  19.  
  20. return key;
  21. });
Advertisement
Add Comment
Please, Sign In to add comment