You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while ago, we introduced Applications. Currently, this is only for our platforms (the Discord Bot and iOS app (beta), for now).
We want to open up this for other users to make their own apps, instead of asking users to generate a token and share it (though, this is really just a pretty flow for it).
The scopes will be the current scopes we have (specifically their translatable components):
Meme Options
get_your_memes - Allows access to VIEW all of your memes, including their comments and individual ratings (Pro only).
modify_your_memes - Allows access to MODIFY all of your memes, including their caption and their enabled status.
submit_memes - Allows access to submit memes on your behalf.
get_public_memes - Allows access to VIEW all enabled memes, including their comments.
ratings - Allows you to view/edit your ratings on memes.
Profile Options
get_profiles - View Profiles.
edit_own_profile - Allows access to MODIFY your profile.
You Options
view_reports - View all of your reports.
view_notifications - Allows access to VIEW your notifications. delete_notifications - Allows access to DELETE your notifications.
Other Options
stats - View Memerator Site Stats.
The text was updated successfully, but these errors were encountered:
A while ago, we introduced Applications. Currently, this is only for our platforms (the Discord Bot and iOS app (beta), for now).
We want to open up this for other users to make their own apps, instead of asking users to generate a token and share it (though, this is really just a pretty flow for it).
The scopes will be the current scopes we have (specifically their translatable components):
Meme Options
get_your_memes
- Allows access to VIEW all of your memes, including their comments and individual ratings (Pro only).modify_your_memes
- Allows access to MODIFY all of your memes, including their caption and their enabled status.submit_memes
- Allows access to submit memes on your behalf.get_public_memes
- Allows access to VIEW all enabled memes, including their comments.ratings
- Allows you to view/edit your ratings on memes.Profile Options
get_profiles
- View Profiles.edit_own_profile
- Allows access to MODIFY your profile.You Options
view_reports
- View all of your reports.view_notifications
- Allows access to VIEW your notifications.delete_notifications
- Allows access to DELETE your notifications.Other Options
stats
- View Memerator Site Stats.The text was updated successfully, but these errors were encountered: