I’ve tried entering several API URLs as .getJSON() first argument, but I can’t find an API that won’t ask for tokens. Did I miss something? Where am I supposed to find tokens for this? And how do you guys go about finding URL’s to “GET”?
I swapped “/json/cats.json” with “https://graph.facebook.com/youtube” on FCC and even started a new CodePen with the same code, but nothing happens.
TLDR;
How do I use .getJSON()? Do I need tokens? If yes, how do I get them and apply them to my code?