Glossary
Access Token
: A temporary token to allow access to the Reddit API. Lasts for one hour.
Creddit
: Back when the only award wasReddit Gold
, a creddit was equal to one month of Reddit Gold. Creddits have been converted toReddit Coins
. See this for more info about the old Reddit Gold system.
Fullname
: The fullname of an object is the object’s type followed by an underscore and its base-36 id. An example would bet3_1h4f3
, where thet3
signals that it is aSubmission
, and the submission ID is1h4f3
.Here is a list of the six different types of objects returned from Reddit:
t1
These object representComment
s.
t2
These object representRedditor
s.
t3
These object representSubmission
s.
t4
These object representMessage
s.
t5
These object representSubreddit
s.
t6
These object representAward
s, such asReddit Gold
orReddit Silver
.
Gild
: Back when the only award wasReddit Gold
, gilding a post meant awarding one month of Reddit Gold. Currently, gilding means awarding one month ofReddit Platinum
, or giving aPlatinum
award.
Websocket
: A special connection type that supports both a client and a server (the running program and Reddit respectively) sending multiple messages to each other. Reddit uses websockets to notify clients when an image or video submission is completed, as well as certain types of asset uploads, such as subreddit banners.