Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign Reddit flairs with flair_template_id #27

Open
Venefilyn opened this issue Feb 24, 2020 · 1 comment
Open

Assign Reddit flairs with flair_template_id #27

Venefilyn opened this issue Feb 24, 2020 · 1 comment

Comments

@Venefilyn
Copy link
Contributor

New Reddit allows you to assign user flairs by templates. This gives the ability to have custom color and emojis.

Relevant /dev/api doc
https://www.reddit.com/dev/api#POST_api_selectflair

RedditSharp doesn't seem to support this right now - I opened a ticket
CrustyJew/RedditSharp-DEPRECATED-#228

Reddit.NET supports it, but is completely different
https://github.com/sirkris/Reddit.NET/blob/3f5dd364e10b58cd130ca1804301bdf8da5eebc6/src/Reddit.NET/Models/Flair.cs#L319-L322
https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/Inputs/Flair/FlairSelectFlairInput.cs

@Venefilyn Venefilyn changed the title Assign Reddit flairs by flair_template_id Assign Reddit flairs with flair_template_id Feb 24, 2020
@HoundThe
Copy link
Member

HoundThe commented Feb 25, 2020

I will wait for CrustyJews response and I might do a PR there for this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants