Fimfiction Developers

Application Management

Applications are what let you access the API both via user tokens and app authorisation tokens. They let us track who is using it and enforce rate limits to maintain service integrity. Before creating an application you should read our Terms of Service for developers to ensure you agree to abide by the terms we have in place.

The rest of this document will help you with managing your applications.

Creating an Application

Currently you must ask us to create an application. While we are working on the early stages of the API, we want to be sure we know who is using it and only allow those who we trust to have access to it.

Contact: knighty@fimfiction.net

Modifying an Application

To modify an application simply go to https://www.fimfiction.net/manage/api/applications/:client_id where :client_id is your client id you received when creating your application. On this page you can alter the name of your application, the description and valid redirect URIs for the OAuth flow.