Skip to content

Instantly share code, notes, and snippets.

@Katamori
Katamori / reddit_api_example.js
Last active October 25, 2016 17:42
Reddit API: Application only OAuth Basic Example using jQuery
//made with jQuery 3.1.1.
//attach this function to any HTML action and you'll get the response
//- Katamori, 10-25-2016
function Init(){
clientID = //ID of the Reddit app you registered, as a string//;
clientSec = //secret part of the same app;
//Authorization to Reddit API